SYNOPSIS
KVS is the light version of client interface on top of BTREE database
abstractions strive to support the basic features:
- Polymorphic tuples aka extensible records;
- Basic schema for chain storage;
- Backends: MNESIA, FS, ROCKSDB, SPANDB;
- Extremely compact and battle-tested: 500 LOC.
This is an essence and fruit of KVS; the abstract term interface
with naive yet productive stream implementation. Useful for simple
blockchains, messaging, storage, processing systems, and banking industry.
KVS is used in BPE and BANK applications.