hal9000plus / bimserver

Automatically exported from code.google.com/p/bimserver
0 stars 0 forks source link

evaluate project Voldemort #381

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Evaluate Voldemort for distributed, linked databases (each subproject has its 
own database, merge/fusion is done distributed on the fly. This case all data 
is on the personal server of the owner).

http://project-voldemort.com/

Data is automatically replicated over multiple servers.
Data is automatically partitioned so each server contains only a subset of the 
total data
Data items are versioned to maximize data integrity in failure scenarios 
without compromising availability of the system
Each node is independent of other nodes with no central point of failure or 
coordination
Support for pluggable data placement strategies to support things like 
distribution across data centers that are geographically far apart.

Original issue reported on code.google.com by berlo...@gmail.com on 27 Feb 2012 at 10:39

GoogleCodeExporter commented 8 years ago

Original comment by berlo...@gmail.com on 3 Oct 2012 at 8:12