kvs_rocks.htm 1.3 KB

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