Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 470 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 470 Bytes

DistributedDatabase

This was a part of my Bachelor degree project. The thesis which accompanies this can be found here.

This is an implementation in Java of a distributed key-value database for storing large collections of images.

I did it using the Consistent Hashing algorithm in the same way it was implemented by Amazon in the Dynamo database (white paper)