kvs_st.htm 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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"><img src="https://openmoji.org/data/color/svg/1F4BF.svg"/></a>
  28. <h1>ST</h1>
  29. </header>
  30. <main>
  31. <article>
  32. <section>
  33. <h3>INTRO</h3>
  34. <p>The ST module provides STREAM interface for ROCKS backend.
  35. Set the {dba,kvs_rocks} along with {dba_st,kvs_st} in
  36. order to use ST module for stream operations.</p>
  37. </section>
  38. <section>
  39. <p>This module may refer to:
  40. <a href="kvs_stream.htm"><b>kvs_stream</b></a>,
  41. <a href="kvs_rocks.htm"><b>kvs_rocks</b></a>,
  42. <a href="kvs.htm"><b>kvs</b></a>.
  43. </p>
  44. </section>
  45. </article>
  46. </main>
  47. <footer>2005—2019 © Synrc Research Center</footer>
  48. <script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
  49. </body>
  50. </html>