kvs_st.htm 1.5 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>ST</title>
  10. <link rel="stylesheet" href="https://n2o.dev/blank.css" />
  11. <link rel="stylesheet" href="https://n2o.dev/zima.css" />
  12. </head>
  13. <body>
  14. <nav>
  15. <a href="https://n2o.dev">DEV</a>
  16. <a href="https://kvs.n2o.dev">KVS</a>
  17. <a href="#" style="background:#ededed;">ST</a>
  18. <div class="dropdown">
  19. <a onclick="drop()" class="dropbtn">EN</a>
  20. <div id="dropdown" class="dropdown-content">
  21. <a href="https://n2o.dev/deps/kvs/man/ua/kvs_st.htm">UA</a>
  22. <a href="#">EN</a>
  23. </div>
  24. </div>
  25. </nav>
  26. <header>
  27. <a href="../index.html">
  28. <img src="https://openmoji.org/data/color/svg/1F4BF.svg"/></a>
  29. <h1>ST</h1>
  30. </header>
  31. <main>
  32. <article>
  33. <section>
  34. <h3>INTRO</h3>
  35. <p>The ST module provides STREAM interface for ROCKS backend.
  36. Set the {dba,kvs_rocks} along with {dba_st,kvs_st} in
  37. order to use ST module for stream operations.</p>
  38. </section>
  39. <section>
  40. <p>This module may refer to:
  41. <a href="kvs_stream.htm"><b>kvs_stream</b></a>,
  42. <a href="kvs_rocks.htm"><b>kvs_rocks</b></a>,
  43. <a href="kvs.htm"><b>kvs</b></a>.
  44. </p>
  45. </section>
  46. </article>
  47. </main>
  48. <footer>2005—2019 © Synrc Research Center</footer>
  49. <script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
  50. </body>
  51. </html>