Apache Cassandra

Apache Cassandra

Apache Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.

Web site

Github repository

Tech tags:

Related shared contents:

  • project
    2024-11-12

    Netflix's Distributed Counter Abstraction is a scalable service designed to handle high-throughput counting operations with low latency. It supports two primary counter types: Best-Effort, which offers near-immediate access with potential slight inaccuracies, and Eventually Consistent, which ensures accurate counts with minimal delays. This abstraction is built atop Netflix's TimeSeries Abstraction and is managed via the Data Gateway Control Plane, allowing for flexible configuration and global deployment.

  • project
    2024-10-08

    Netflix's TimeSeries Data Abstraction Layer is designed to efficiently store and query vast amounts of temporal event data with low millisecond latency. It addresses challenges such as high throughput, efficient querying of large datasets, global read and write operations, tunable configurations, handling bursty traffic, and cost efficiency. The abstraction integrates with storage backends like Apache Cassandra and Elasticsearch, offering flexibility and scalability to support Netflix's diverse use cases.

  • project
    2024-09-18

    This is mostly like a Netflix level's problem, huge engineering works to build this KV data abstract layer.

  • product
    2024-04-23

    Netflix's Data Gateway platform abstracts the complexities of distributed databases, providing scalable, secure, and reliable data access layers (DAL) through standardized gRPC and HTTP APIs.

In productions with: