OrangeRhymeLabs / HelenusDB

HelenusDB enhances Cassandra with document-oriented storage with indexing, filtering, sorting, and pagination.
Apache License 2.0
2 stars 1 forks source link

[DB] Implement Swirlds Consensus Algorithm for ACID Transactions #13

Open tfredrich opened 9 years ago

tfredrich commented 9 years ago

See:https://raftconsensus.github.io

tfredrich commented 9 years ago

BTW, Cassandra already implements the PAXOS algorithm under the covers for its "light transactions."