Skip to content

v3.0

Latest

Choose a tag to compare

@neocoretechs neocoretechs released this 16 Dec 20:32
· 425 commits to master since this release

Realtrix provides a client/server model for KV store and function oriented database using transaction or transactionless clients and servers.
RockSack is used as the underlying deep store. RockSack is the Java Object Oriented implementation of Meta/Facebook RocksDB key/value store. Relatrix has been modified to use this high performance K/V store and OO implementation as the underlying store. The basic API has undergone some fairly significant changes to coexist with the standalone and transaction model of Rocks.
RelatrixServer, RelatrixKVServer, RelatrixKVTransactionServer, and RelatrixTransactionServer provide 4 different models to choose from in this release.