GithubHelp home page GithubHelp logo

teaguesterling / duckdb-dataconnector-agent Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 43.23 MB

DuckDB Data Connector Agent for Hasura GQL Engine. Shamelessly inspired be https://github.com/hasura/sqlite-dataconnector-agent.

Dockerfile 1.73% TypeScript 97.39% JavaScript 0.89%

duckdb-dataconnector-agent's People

Contributors

codedmart avatar daniel-chambers avatar danieljharvey avatar dmoverton avatar hallettj avatar kodiakhq[bot] avatar m4ttheweric avatar solomon-b avatar sordina avatar teaguesterling avatar

Watchers

 avatar

duckdb-dataconnector-agent's Issues

Can't Use HTTPFS Extension

Loading the httpfs extension crashes when the __snprintf_chk function cannot be found. Likely a missing library from the Dockerfile.

Foreign keys in DuckDB can cause slowdowns (and don't work on views)

It would be particularly nice to have some way to "auto-discover" potential relationships (similar to foreign keys) without the performance overhead of using them as column constraints.

One way may be to allow it to be pre-specified as part of the GraphQL config or through a separate file, but that would be clunky.

Views Cannot be Properly Loaded

The SQLITE_SCHEMA table does include views, but only with their defining DDL and not the underlying schema.

It would be particularly helpful to be able be able to use views (such as those created off of external data sources) as part of the GraphQL schema. This would require either "peeking" at the data or, preferably, replacing the use of the SQLITE_SCHEMA with the information_schema tables to get the previously identified schemas of views.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.