iam-nagarajan / distrib-kv

A simple cassandra like kv store using gossip protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a repository with code to teach distributed systems concepts. It has some code copied from Cassandra (https://github.com/apache/cassandra) and Kafka (https://github.com/apache/kafka) repositories, and modified to make it simple to teach certain concepts. This is used only for teaching and learning purpose

(TODO: One of tests breaks when run with others because of some dependencies. It passes standalone)

About

A simple cassandra like kv store using gossip protocol


Languages

Language:Java 73.2%Language:Scala 26.8%