Apache Cassandra
Apache Cassandra is a free, open source, distributed, wide column store, NoSQL database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.
Here are 1,638 public repositories matching this topic...
DataStax PHP Driver for Apache Cassandra
-
Updated
May 8, 2022 - C
Tests for Scylla Clusters
-
Updated
May 8, 2022 - Python
-
Updated
May 8, 2022 - Java
Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for integration testing.
-
Updated
May 8, 2022 - Java
Udacity Data Engineering Nanodegree
-
Updated
May 8, 2022 - Jupyter Notebook
-
Updated
May 7, 2022 - Java
Database migrations. CLI and Golang library.
-
Updated
May 7, 2022 - Go
Implementation of Cassandra DB for 50.041
-
Updated
May 7, 2022 - Go
Text generator with dynamic results built from public data sources
-
Updated
May 7, 2022 - Vue
A purely functional Cassandra client built using ZIO on top of the Datastax Java Driver
-
Updated
May 6, 2022 - Scala
An Apache Pulsar® sink for transferring events/messages from Pulsar topics to Apache Cassandra®, DataStax Astra or DataStax Enterprise (DSE) tables.
-
Updated
May 6, 2022 - Java
LDAP Authenticator for Apache Cassandra
-
Updated
May 6, 2022 - Java
Aiven "getting started" code examples
-
Updated
May 6, 2022 - Python
This repository consists of the learning from fast track, live sessions, assignments, internship and the projects of the Ineuron Full Stack Data Science.
-
Updated
May 6, 2022 - Jupyter Notebook
If Shotover somehow gets to this point and the source to chain mapping is empty Shotover won't build any sources or chains and will immediately exit.
We should be returning an error instead of silently shutting down.
Created by Apache Software Foundation
Released July 2008
- Repository
- apache/cassandra
- Website
- cassandra.apache.org
- Wikipedia
- Wikipedia


The
observableclass keeps the list ofstd::function<void(Args...)>subscribers onboard. When set (called) the value notifies all observers about the change. Beingvoidthe callback that needs to start an asynchronous operation can do nothing but send it into the background by ignoring the top-most future. It would be nice ifobservable::operator()returned back a future. This would requir