2 repository-uri
Database servers that implement the Cassandra wire protocol and query language for interoperability.
Distinct from PostgreSQL-Compatible Databases: Distinct from PostgreSQL-Compatible Databases: focuses on the Cassandra/CQL ecosystem rather than relational SQL protocols.
Explore 2 awesome GitHub repositories matching data & databases · Cassandra-Compatible Databases. Refine with filters or upvote what's useful.
Scylla is a distributed wide column NoSQL database designed as a high-performance data store. It functions as a Cassandra compatible database and a DynamoDB compatible store, implementing a shared-nothing architecture built on an asynchronous event-driven framework. The system emulates cloud-based APIs to support applications built for proprietary cloud protocols and implements the Cassandra Query Language for high-throughput workloads. This allows for the migration of cloud workloads to self-hosted environments while maintaining API compatibility. The project covers distributed data storage
Acts as a high-performance, distributed NoSQL database compatible with the Cassandra Query Language and API.
Testcontainers for .NET is a Docker testing library and integration testing framework designed to manage the lifecycle of throwaway containers. It provides high-level abstractions as a Docker API wrapper to provision ephemeral infrastructure, replacing mocks with real database, messaging, and search engine instances to ensure isolated and reproducible test environments. The project distinguishes itself through a builder-configuration-container pattern and a dynamic port binding mechanism that prevents collisions during concurrent test execution. It enables reliable service-to-service communic
Starts and manages temporary Apache Cassandra database instances for use in automated tests.