|
@@ -25,7 +25,10 @@
|
|
|
<div>KVS is the light version of client interface on top of BTREE database
|
|
|
abstractions strive to support the basic features: </div>
|
|
|
<div>
|
|
|
- <ul><li>Polymorphic tuples aka extensible records;</li><li>Basic schema for chain storage;</li><li>Backends: MNESIA, FS, ROCKS;</li><li>Extremely compact and battle-tested: 500 LOC.</li></ul>
|
|
|
+ <ul><li>Polymorphic tuples aka extensible records;</li>
|
|
|
+ <li>Basic schema for chain storage;</li>
|
|
|
+ <li>Backends: MNESIA, FS, ROCKS;</li>
|
|
|
+ <li>Extremely compact and battle-tested: 500 LOC.</li></ul>
|
|
|
</div>
|
|
|
<div>This is an essence and fruit of KVS; the abstract term interface
|
|
|
with naive yet productive stream implementation. Useful for simple
|
|
@@ -39,11 +42,16 @@
|
|
|
</section>
|
|
|
<section>
|
|
|
<h3>MODULES</h3>
|
|
|
- <div><ul><li><a href="man/kvs.htm">KVS</a></li><li><a href="man/kvs_stream.htm">STREAM</a></li><li><a href="man/kvs_fs.htm">FS</a></li><li><a href="man/kvs_mnesia.htm">MNESIA</a></li><li><a href="man/kvs_rocks.htm">ROCKS</a></li><li><a href="man/kvs_st.htm">ST</a></li></ul></div>
|
|
|
+ <div><ul><li><a href="man/kvs.htm">KVS</a></li>
|
|
|
+ <li><a href="man/kvs_stream.htm">STREAM</a></li>
|
|
|
+ <li><a href="man/kvs_fs.htm">FS</a></li>
|
|
|
+ <li><a href="man/kvs_mnesia.htm">MNESIA</a></li>
|
|
|
+ <li><a href="man/kvs_rocks.htm">ROCKS</a></li>
|
|
|
+ <li><a href="man/kvs_st.htm">ST</a></li></ul></div>
|
|
|
<br />
|
|
|
<div>
|
|
|
JAN 2020 © <a href="https://github.com/5HT">5HT</a> ISC<br />
|
|
|
- VER 8.4 8.3 7.9.1
|
|
|
+ VER 8.10 8.4 8.3
|
|
|
</div>
|
|
|
</section>
|
|
|
<section>
|