Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 1487 posts
Apache Cassandra Lunch #94: StreamSets and Cassandra - Business Platform Team
5/31/2022
In Cassandra Lunch #94, we discuss how to connect StreamSets and Cassandra! The live recording of Cassandra Lunch, which includes a more in-depth discussion and a demo, is embedded below in case you w...
Building a Data Pipeline with Kafka, Spark Streaming and Cassandra | Baeldung
5/26/2022
1. OverviewApache Kafka is a scalable, high performance, low latency platform that allows reading and writing streams of data like a messaging system. We can start with Kafka in Java fairly easily. Sp...
System Design of Uber App - Uber System Architecture - GeeksforGeeks
5/19/2022
It’s really easy to just tap a button on our mobile phone and get the cab available within few minutes whenever and wherever we want. Uber/Ola/Lyft… using these applications and getting the hassle-fre...
Cassandra
The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware ...
Evolving Schemaless into a Distributed SQL Database
In 2016 we published blog posts (I, II) about Schemaless – Uber Engineering’s Scalable Datastore. We went over the design of Schemaless as well as explained the reasoning behind developing it. In this...
How Uber Manages a Million Writes Per Second Using Mesos and Cassandra Across Multiple Datacenters - High Scalability -
Wednesday, September 28, 2016 at 8:59AM If you are Uber and you need to store the location data that is sent out every 30 seconds by both driver and rider apps, what do you do? That’s a lot of real-t...
Stargate API brings GraphQL to Cassandra database
michelangelus - FotoliaByPublished: 11 Dec 2020Among the challenges of the open source Apache Cassandra database is that it doesn't easily support a number of common API interfaces, including REST and...
Cassandra Architecture | Data Replication Strategy & Factor
5/18/2022
Cassandra is designed to handle Big Data. Cassandra’s main feature is to store data on multiple nodes with no single point of failure.The reason for this kind of Cassandra’s architecture was that the ...