We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
cassandra-driver
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: