DataStax Enterprise

Apps at scale on bare metal or Kubernetes

Deliver real-time apps with the scale-out, cloud-native NoSQL database built on Apache Cassandra® and proven by the Fortune 100.

Vector Search with DataStax Enterprise

Build Gen AI Agents using real-time data in DataStax Enterprise

Download Now

Benefits

Unlock the Power of
Real-Time Data

Zero Downtime

See the benefits of an active-everywhere data architecture with 24×7×365 availability.

Zero Downtime

Global Scale

Deploy data where you need it with maximum performance, availability and accessibility. Instantly scale services and nodes anywhere in the world.

Global Scale

Deploy anywhere, Zero Lock-in

Deploy services anywhere, on any platform, including on-premises, bare-metal, cloud, and Kubernetes.

Deploy anywhere, Zero Lock-in

Operational simplicity

Reduce the complexity of operations and deployment with cloud-native Kubernetes backed by enterprise-grade security, monitoring, and support.

Operational simplicity

Build Faster with APIs

Develop with high performance gRPC, GraphQL, REST, and Document (JSON) APIs. Use Storage Attached Indexing (SAI) for flexible query patterns at scale, without unnecessary data duplication.

Build Faster with APIs

CDC for Cassandra

Create real-time data pipelines from DSE to downstream systems in the data ecosystem including search, analytics, and other Cassandra clusters.

CDC for Cassandra

Real-time data in action

Personalization had to be at the forefront of our solution to enable customers to understand how they spend their money, how their finances are performing, and where they need to improve.

“We pulled in one year of data from Oracle and once we got it into DataStax Enterprise, built on the best distribution of Apache Cassandra, it was a smooth ride and it was processing at a very high rate.”

Mukram Aziz
Senior Manager of Data Services at Capital One

After extensive total cost of ownership evaluation, Equinix selected DataStax Enterprise and Apache Cassandra™ for cost-effective scale, continuous availability architecture, superior write and read performance and seamless integration with Hadoop.

Developers

Increase developer flexibility and productivity

DataStax provides developers with the freedom and velocity to build real-time applications at scale. Stargate API gateway makes it easy to build using APIs of your choice.

gRPC
// Set up the authentication
// For Stargate OSS: Create a table based auth token Stargate/Cassandra
// authentication using the default C* username and password
const credentials = new StargateTableBasedToken(
  {authEndpoint: auth_endpoint,
    username: username,
    password: password
  }
);

// Create the gRPC client
// For Stargate OSS: passing it the address of the gRPC endpoint
const stargateClient = new StargateClient(stargate_uri, grpc.credentials.createInsecure());

// Create a promisified version of the client, so we don't need to use callbacks
const promisifiedClient = promisifyStargateClient(stargateClient);

// For Stargate OSS: generate authentication metadata that is passed in the executeQuery and executeBatch statements
const authenticationMetadata = await credentials.generateMetadata({service_url: auth_endpoint});

// For Stargate OSS: SELECT the data to read from the table
const query = new Query();
const queryString = 'SELECT firstname, lastname FROM test.users;'
// Set the CQL statement using the string defined in the last line
query.setCql(queryString);

// For Stargate OSS: execute the query statement
const response = await promisifiedClient.executeQuery(
  query,
  authenticationMetadata
);

Resources

DataStax Enterprise

Deliver real-time apps with the scale-out, cloud-native NoSQL database built on Apache Cassandra and proven by the Fortune 100.