Menu

Home

Niklas Gawell

Wellcome to the KVTStore wiki!

KVTStore is a java library that provides easy access to a backing key value store and utlities such as json serialization and indexing and searching on time.

See [Usage] for details on how to use KVTStore.

Current backing databases that are supported:

  • [Riak], with a storage backend that supports secondary indicies, such as LevelDB.

  • [MySQL]

  • [In memory], non persistant storage in memory, suitable for testing.


Related

Wiki: MySQL
Wiki: Riak
Wiki: Usage