Till KTH:s startsida Till KTH:s startsida

IK2200_HT15_Crypt

Logga in till din gruppwebb

Du är inte inloggad på KTH så innehållet är inte anpassat efter dina val.

In this project we (Crypt) will be developing a Geo-distributed Key Value Store. This key value store is a NoSQL database, specifically a table which maps a key to a value, and is distributed across several nodes. One node will act as the master while the rest will act as a slave, and the nodes should decide who takes the role of master amongst themselves. In the case of the master node going down, another node should take over etc. Other factors, such as latency, could possibly also have an impact on which node becomes the master.

As a part of the project we will evaluate the performance of our software and compare it to existing NoSQL solutions like Apache Cassandra and MongoDB, just to name a few.