kvs_rocks.htm 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta name="description" content="" />
  7. <meta name="author" content="Maxim Sokhatsky" />
  8. <title>ROCKS</title>
  9. <link rel="stylesheet" href="https://synrc.space/synrc.css" />
  10. </head>
  11. <body>
  12. <nav>
  13. <a href='https://n2o.dev'>DEV</a>
  14. <a href='https://kvs.n2o.space'>KVS</a>
  15. <a href='#' style="background:#ededed;">ROCKS</a>
  16. </nav>
  17. <header>
  18. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
  19. <h1>ROCKS</h1>
  20. </header>
  21. <main>
  22. <article>
  23. <section>
  24. <h3>INTRO</h3>
  25. <p>ROCKS is the <b>RocksDB</b> backend imlpementation for KVS.
  26. Put the {dba,kvs_rocks} and (optionally) {dba_st,kvs_st} properties
  27. for the kvs application in your sys.config.</p>
  28. <br>
  29. </section>
  30. <section>
  31. <p>This module may refer to:
  32. <a href="kvs_st.htm"><b>kvs_st</b></a>,
  33. <a href="kvs_stream.htm"><b>kvs_stream</b></a>,
  34. <a href="kvs.htm"><b>kvs</b></a>.
  35. </p>
  36. </section>
  37. </article>
  38. </main>
  39. <footer>
  40. 2005&mdash;2019 &copy; Synrc Research Center
  41. </footer>
  42. </body>
  43. </html>