Azure Cosmos DB databases can be configured to use the Cassandra API. This means your existing Cassandra application can now communicate with the Azure Cosmos DB Cassandra API by changing a connection string.
Questions tagged [azure-cosmosdb-cassandra-api]
22 questions
0
votes
1 answer
Connect Cadence to Azure Cosmo Cassandra API
I am running cadence with cassandra externally running using docker run -e CASSANDRA_SEEDS=10.x.x.x e ubercadence/server:. and its running sucessfully.
Azure cosmos says, any system running on Cassandra can use Azure cosmos using provided cosmos…

Ashutosh Kumar
- 31
- 1
0
votes
1 answer
Spring Boot Cassandra InvalidQueryException
I'm building a Springboot Backend using Cassandra as a database stored in Azure.
I'm facing a weird issue which happens randomly, and usually at the first start of the application.
My data model :
@Table("product_user_habit")
public class…

kmalki
- 15
- 4
0
votes
2 answers
error: value show is not a member of Unit CaseFileDFTemp.show()
I ran below code in databricks scala notebook but I am getting error.
LIBRARY ADDED : azure-cosmosdb-spark_2.4.0_2.11-1.3.4-uber
CODE :
import org.apache.spark.rdd.RDD
import org.apache.spark.{SparkConf, SparkContext}
import…

Vishakha Tiwari
- 1
- 1
- 3
0
votes
1 answer
How to connect Python's cosmos_client to Cosmos DB instance using Cassandra API?
I have a Cosmos DB (Cassandra API) instance set up and I'd like to manage it's throughput from a Python application. I'm able to create a azure.cosmos.cosmos_client using the cassandra endpoint and primary password listed in Azure without errors,…

Peter Carr
- 11
- 3
0
votes
1 answer
Setting consistency level for Read operation in Azure CosmosDB Cassandra API
I am writing a Java application that connects to a Cassandra database within Microsoft Azure CosmosDB. As per the documentation page at https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-manage-consistency, cosmosdb has an option to set the…

bkm
- 973
- 7
- 13
0
votes
0 answers
How to utilize automatic indexing in CosmosDB/Cassanadra API?
Cosmos DB FAQ says in Cassandra API section that Azure Cosmos DB provides automatic indexing of all attributes without any schema definition.…

Vadym Chekan
- 4,977
- 2
- 31
- 24
0
votes
1 answer
Azure Migration Service with Cassandra and Cosmos
Does anyone know when Azure's Migration Service is going to be compatible with migrating Cassandra data over to Cosmos DB? I heard the team might be working on it a while ago and I'm wondering if there have been any updates as to when it will be…

Artanis
- 561
- 1
- 7
- 26