Skip to content
/ g4db Public

A Cassandra-like distributed K,V-datastore with map-reduce-capabilites developed in the cloud databases lab course at TUM.

Notifications You must be signed in to change notification settings

jjedele/g4db

Repository files navigation

Cloud Database / Group 4

The most awesome distributed cloud database.

Requirements

Documentation

Building

Build and create JARs:

ant clean build-jar

This will create 3 JARs:

  • ecs.jar: External configuration service
  • server.jar: KV server
  • client.jar: Commandline client

Usage

Start the external configuration service (ECS):

java -jar ecs.jar

Init the cluster with 5 nodes (cache of size 1000 and with FIFO strategy):

ECS Client> init 5 1000 FIFO
ECS Client> start

Add another node into the running cluster:

ECS Client> addNode 1000 FIFO

Remove an arbitrary node from the cluster:

ECS Client> removeNode

Shutdown all server nodes and exit the ECS:

ECS Client> shutDown
ECS Client> exit

Contributing

We follow the official Java coding style as defined by Sun.

About

A Cassandra-like distributed K,V-datastore with map-reduce-capabilites developed in the cloud databases lab course at TUM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published