DataStax API documentation
The following links provide access to DataStax API documentation.
DataStax Astra API
Connect to your Astra database with the DataStax Astra REST API to read and write data. Use the DataStax Astra DevOps API to create, terminate, resize, park, and unpark your databases.
DataStax Drivers API
Because the DSE Drivers are designed as a complimentary wrapper of the DataStax core drivers for open-source Apache Cassandra®, many underlying concepts in the DSE Drivers are the same.
Driver | Description |
---|---|
C/C++ Driver API docs | Apache Cassandra plus specific features for DSE. |
C# Driver API docs | Apache Cassandra plus specific features for DSE. |
C# DSE Graph Extension API docs | Adds functionality for interacting with DSE graph features using Apache TinkerPop Gremlin.Net. |
Java Driver API docs | Apache Cassandra plus the DSE Graph Extension. |
Node.js Driver API docs | Apache Cassandra plus specific features for DSE. |
Node.js DSE Graph Extension API docs | Adds functionality for interacting with DSE graph features using Apache TinkerPop Gremlin.Net. |
Python Driver API docs | Apache Cassandra plus specific features for DSE. |
Python DSE Graph Extension API docs | Adds functionality for interacting with DSE graph features using Apache TinkerPop Gremlin.Net. |
Driver | Description |
---|---|
Supported by DataStax, but only critical bug fixes will be included in new versions. | |
PHP Driver API docs | Apache Cassandra plus specific extensions for DSE. |
Ruby Driver API docs | Apache Cassandra plus specific extensions for DSE. |
DataStax Spark Cassandra Connector API
The DataStax Spark Cassandra Connector API lets you expose tables as Spark Resilient Distributed Datasets (RDDs), write Spark RDDs to tables, and execute arbitrary CQL queries in your Spark applications.
DSE Graph API
The DseGraphFrame
framework (6.8 |
6.7
| 6.0
| 5.1) allows you create applications that use the Spark API for analytics operations
on DSE Graph. It is inspired by the Databricks GraphFrame library and supports a subset of the Gremlin graph
traversal language. You can read DSE Graph data into a GraphFrame
and write
GraphFrame
objects from any format supported by Spark into DSE Graph.
DSE OpsCenter API
The DSE OpsCenter API (6.8 | 6.7 | 6.5 | 6.1) facilitates the development of websites and programs to retrieve data and perform DataStax Enterprise administrative actions. The OpsCenter API provides the ability to make RESTful requests for programmatically performing the same set of operations as the OpsCenter GUI.