What data sources would you like instant GraphQL APIs for? #8638
Replies: 10 comments 2 replies
-
Let's work on adding a Couchbase connector |
Beta Was this translation helpful? Give feedback.
-
Google cloud Spanner |
Beta Was this translation helpful? Give feedback.
-
Starburst / Trino, I think this could be a variation of the Athena GW connector |
Beta Was this translation helpful? Give feedback.
-
MySQL so we can use PlanetScalePlanetScale is VCS for databases. Managing different databases and envs is currently a pain with Hasura. The Hasura CLI just isn't as good as it needs to be. Postgres > MySQL, but PlanetScale has no intention of ever not-using MySQL, so it's up to Hasura to support PlanetScale via adding support for MySQL. You guys already have a bunch of work into MySQL (as you have a MySQL Preview and such). Please just dump resources into finishing it up and making it as good as the Postgres implementation. |
Beta Was this translation helpful? Give feedback.
-
SQLite for The EdgeJust saw this https://www.youtube.com/watch?v=yOP5-3_WFus and this https://twitter.com/dillon_mulroy/status/1545181621606809600 It'd be cool if Hasura supported SQLite (even without every single feature) so we could deploy to the edge and get 50ms db responses from anywhere in the world. Currently here's how long it takes to query a very simple db from Hasura Console using an admin secret (so not even checking JWT auth or anything). I'm on the USA East Coast and the db is the free Heroku one on the USA West Coast: Sub-sequent requests are only 1s (cold start issue or something???). |
Beta Was this translation helpful? Give feedback.
-
Tinybirdhttps://www.tinybird.co/ for realtime analytics apis |
Beta Was this translation helpful? Give feedback.
-
Apache CassandraIt seems like it'd be a lot of work to support CQL among other things, but I'd guess that the database is probably the biggest limitation of Hasura's scalability in terms of performance, so support for a more horizontally scalable database would probably be good. |
Beta Was this translation helpful? Give feedback.
-
MySQLSo we can use TiDB. |
Beta Was this translation helpful? Give feedback.
-
Apache SparkBecause if you can support connecting to a spark context then you can support everything exposed on the backend of that. |
Beta Was this translation helpful? Give feedback.
-
Be sure to check out our community call tomorrow where we will be showing an early preview of Hasura support for MySQL and Oracle. |
Beta Was this translation helpful? Give feedback.
-
Today, Hasura gives you instant GraphQL APIs on Postgres (and Postgres family of databases such as Yugabyte, Timescale, Aurora, Citus / Hyperscale), SQL Server and BigQuery.
We also have a running waitlist for these databases - join the waitlist if you'd like to be notified as soon as we add support: MongoDB, MySQL, Oracle, Elastic, and Snowflake
What other data sources are you using that you'd like instant GraphQL APIs on?
Beta Was this translation helpful? Give feedback.
All reactions