tempbottle / kassandra

Cassandra but with K

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kassandra

codecov kassandra build

This project aims to provide utilities to help testing applications that uses cassandra as a primary database.

List of supported features:

  • scylla driver support
  • java cassandra driver support
  • datastax cassandra driver support
  • cqlsh driver
  • jdbc driver
  • same aliases support (select name as another name)
  • json support ('select json *, select toJson(name) as smth`)
  • basic queries support (create, insert/upsert, update, delete)
  • batch queries support
  • UDTs
  • prepared queries support (prepare, execute, batch)
  • proper system tables
  • correct paging support

Kassandra Node

nix release

In-memory, single node database implementation that supports cql v4 protocol.

Kassandra Tester

kassandra-tester

Provides a temporary unique socket address to connect to and run unit test. After test is completed, returns a Kassandra instance, which then can be used for snapshot testing.

About

Cassandra but with K

License:MIT License


Languages

Language:Rust 99.4%Language:Nix 0.4%Language:Just 0.2%