Questions tagged [amazon-keyspaces]

Amazon Keyspaces (for Apache Cassandra) is a managed Apache Cassandra–compatible database service that can migrate, run, and scale Cassandra workloads in the AWS Cloud. Being serverless, it automatically scales tables up and down in response to application traffic. Note: Apache Cassandra is an open-source, wide-column datastore that is designed to handle large amounts of data. For more information, see Apache Cassandra.

This tag is for posts about Amazon Keyspaces, which is AWS's managed Apache Cassandra service.

110 questions
0
votes
1 answer

PutCassandaRecord using nifi to Amazon Keyspaces

I am using nifi 1.10 to push the data into Amazon Keyspaces ,but the problem is Nifi I have only two options for consistency level i.e. SERIAL and LOCAL_SERIAL . How can I set it to QUORUM/ONE/LOCAL_QUORUM which is supported by Amazon Keyspaces?
Chintamani
  • 1,076
  • 7
  • 23
  • 47
0
votes
1 answer

Which username and password should I use for Amazon Keyspaces (managed Cassandra)?

I am unable to connect to AWS Keyspaces using .NET Core due to an authentication error: AuthenticationException 'Provided username nick and/or password are incorrect') I am not sure what values I should give to PlainTextAuthProvider. I have tried…
sdgfsdh
  • 33,689
  • 26
  • 132
  • 245
0
votes
1 answer

How to write to Manage Cassandra Service using Flink Cassandra Connector?

I am able to connect to AWS Managed Cassandra Service, using the below code snippet. CassandraSink.addSink(cassandraEntityStream) .setClusterBuilder( new ClusterBuilder() { private static final long serialVersionUID =…
-1
votes
2 answers

AWS learning with cassandra

I have just started learning AWS. Basically, I just want to know how AWS compatible and useful with Apache and Datastax Cassandra. What all the AWS things need to learn for Cassandra. Also, require to learn AWS internal architecture if I run…
-2
votes
2 answers

How do I connect my Javascript app to Amazon Keyspaces?

This is a small demo website with a flow of 4 categories and each has 4 sub category and I want to extract data as from amazon keyspaces tables which I have created, I am not getting any tutorial, please help I am a beginner Output of database data…
1 2 3 4 5 6 7
8