kvs_rocks.htm 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. </nav>
  18. <header>
  19. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
  20. <h1>ROCKS</h1>
  21. </header>
  22. <main>
  23. <article>
  24. <section>
  25. <h3>INTRO</h3>
  26. <p>ROCKS is the <b>RocksDB</b> backend implementation for KVS.
  27. Put the {dba,kvs_rocks} and (optionally) {dba_st,kvs_st} properties
  28. for the kvs application in your sys.config.</p>
  29. <br>
  30. </section>
  31. <section>
  32. <p>This module may refer to:
  33. <a href="kvs_st.htm"><b>kvs_st</b></a>,
  34. <a href="kvs_stream.htm"><b>kvs_stream</b></a>,
  35. <a href="kvs.htm"><b>kvs</b></a>.
  36. </p>
  37. </section>
  38. </article>
  39. </main>
  40. <footer>
  41. 2005&mdash;2019 &copy; Synrc Research Center
  42. </footer>
  43. </body>
  44. </html>