-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(datasource): add support for cassandra/scylla #2332
Comments
This looks cool! Would love to hear more about what you're trying to build and how you expect to use Cassandra/Scylla data in GlareDB particularly with regards to handling the schema translation. Also it would be cool to know more about the environment that you're working in so we can make sure we test it appropriately. Thanks for your interest and attention! |
We just have many big tables in cassandra or may migrate to scylladb. |
Awesome this makes sense! Which version of Cassandra are you using? Would you be interested in/able to? talking/corresponding more with us next week about the queries you'd need to run on the Cassandra side? There are a few parts of any integration between GlareDB and external data sources:
I trust we can drop the write path (for now, certainly), and the first part could be relatively straightforward, but we have some opportunity to control the scope for the second, which could help us get something to you sooner. |
initial functionality is implemented in #2344 follow up issues |
Sorry to reply slowly.
Hope this info is helpful. |
partially implements #2332 This PR is limited to only the table function. Inserts & `CREATE EXTERNAL` will be done in separate PR's
@tempbottle, just wanted to follow up with the current state of this: Cassnadra/scylla datasources (tables and entire databases) exists in the codebase today, and in the latest release. However, the initial implementation missed authentication, and we have a PR open to add that, which should be in by the end of the week and we can cut a point-release with this too. Wanted to give you an update and see if the auth-free example works locally, and also that we'll have a more complete version out really soon. (Writes and more pushdowns coming soon, particularly if, from a high level what we have so far works for you.) Cheers, |
Adding to this, we have a few examples of what's possible in our release notes: https://github.com/GlareDB/glaredb/releases/tag/v0.8.0 Cheers, |
Description
As title.
The text was updated successfully, but these errors were encountered: