Skip to content

Commit 039f6c8

Browse files
authored
Update cassandra-introduction.md
Fixing spacing
1 parent a2c590e commit 039f6c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/cassandra-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: Introduction to the Azure Cosmos DB Cassandra API
33
description: Learn how you can use Azure Cosmos DB to "lift-and-shift" existing applications and build new applications by using the Cassandra drivers and CQL
44
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
57
ms.service: cosmos-db
68
ms.subservice: cosmosdb-cassandra
79
ms.topic: overview
810
ms.date: 05/21/2019
9-
ms.author: govindk
10-
ms.reviewer: sngun
1111
---
1212

1313
# Introduction to the Azure Cosmos DB Cassandra API
1414

15-
Azure Cosmos DB Cassandra API can be used as the data store for apps written for [Apache Cassandra](https://cassandra.apache.org). This means that by using existing [Apache drivers](https://cassandra.apache.org/doc/latest/getting_started/drivers.html?highlight=driver) compliant with CQLv4, your existing Cassandra application can now communicate with the Azure Cosmos DB Cassandra API. In many cases, you can switch from using Apache Cassandra to using Azure Cosmos DB 's Cassandra API, by just changing a connection string.
15+
Azure Cosmos DB Cassandra API can be used as the data store for apps written for [Apache Cassandra](https://cassandra.apache.org). This means that by using existing [Apache drivers](https://cassandra.apache.org/doc/latest/getting_started/drivers.html?highlight=driver) compliant with CQLv4, your existing Cassandra application can now communicate with the Azure Cosmos DB Cassandra API. In many cases, you can switch from using Apache Cassandra to using Azure Cosmos DB's Cassandra API, by just changing a connection string.
1616

1717
The Cassandra API enables you to interact with data stored in Azure Cosmos DB using the Cassandra Query Language (CQL) , Cassandra-based tools (like cqlsh) and Cassandra client drivers that you’re already familiar with.
1818

0 commit comments

Comments
 (0)