Jim Hibbard
Jim Hibbard
This pull requests provides example docs pages with alternative layouts.
This PR is a work in progress to show potential components for code blocks and documentation callouts.
Hello, I loaded a gemini database into PostgreSQL with vcf2db, but cannot find a compatible driver/gemini combination. I get various errors based on the combination used, most centered on how...
Hey, gemini v0.20.0 lists initial Python 3 support as a feature, but the setup.py specifies a python version
Is it possible to annotate endpoints with their [response type(s)/structure](https://swagger.io/docs/specification/2-0/describing-responses/)? The [swagger codegen](https://twitter.com/wing328/status/904520974954926080) project released (Sep 2017) code to generate R clients from swagger specs but requires these endpoint specs...
Example of using Delta Lake and the sql-delta-import connector to import data from a relational database into a Delta Table.
Example of using Delta Sharing to access Delta Tables, showcase features like predicate pushdown support and streaming table sources.
Example of using Delta Lake and Dozer to expose data from Delta Tables through generated REST APIs.
Example of reading Delta Lake into DuckDB. DuckDB doesn't currently have native support for reading Delta Lake, but there are suggested approaches using delta-rs.
Example of using Delta Lake and ROAPI to create REST APIs for Delta Tables.