hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.1k stars 2.77k forks source link

Support Cassandra, ScyllaDB #7823

Open kaushalyap opened 2 years ago

kaushalyap commented 2 years ago

Is your proposal related to a problem?

Currently Hasura does not support high performance Cassandra compatible databases (Cassandra, ScyllaDB)

Describe the solution you'd like

Generation of CQL queries for Cassandra compatible databases

Describe alternatives you've considered

Using GraphQL resolvers

If the feature is approved, would you be willing to submit a PR?

Not sure, due to lack of

Notes

hariria commented 8 months ago

I see this: https://hasura.io/graphql/database/cassandra. Is there any progress on supporting it, curious about ScyllaDB as well

girishsubramanyam commented 6 months ago

Is there a tentative date when we plan to support Cassandra data connector?

conradwt commented 1 month ago

I'm also interested in Cassandra/ScyllaDB Data Connector. Is there documentation and/or resources for building data connectors for Hasura?