Skip to content
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] Allow for connections to Astra DB (Cassandra) #4

Open
kidrecursive opened this issue Jul 29, 2021 · 0 comments
Open

[FEAT] Allow for connections to Astra DB (Cassandra) #4

kidrecursive opened this issue Jul 29, 2021 · 0 comments

Comments

@kidrecursive
Copy link

Which Datastore is this regarding?
Cassandra (or possibly a new Datastore)

Describe the solution you'd like
Astra DB is a Cassandra DBaaS. In order to connect with it, cassandra-driver needs to accept a CID/CSecret from Astra DB along with a connection payload (documented here: https://docs.datastax.com/en/astra/docs/connecting-to-your-database-with-the-datastax-nodejs-driver.html)

It would be possible to extend the current Cassandra datasource to include these driver configuration options.

Describe alternatives you've considered
Alternatively, a new Datasource for Astra DB could be added that extends the Cassandra Datasource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant