kvs_st.htm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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>ST</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;">ST</a>
  16. </nav>
  17. <header>
  18. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
  19. <h1>ST</h1>
  20. </header>
  21. <main>
  22. <section>
  23. <h3>INTRO</h3>
  24. <p>The ST module provides STREAM interface for ROCKS backend.
  25. Set the {dba,kvs_rocks} along with {dba_st,kvs_st} in order to use ST module for stream operations.</p>
  26. </section>
  27. <section>
  28. <p>This module may refer to:
  29. <a href="kvs_stream.htm"><b>kvs_stream</b></a>,
  30. <a href="kvs_rocks.htm"><b>kvs_rocks</b></a>,
  31. <a href="kvs.htm"><b>kvs</b></a>.
  32. </p>
  33. </section>
  34. </main>
  35. <footer>
  36. 2005&mdash;2019 &copy; Synrc Research Center
  37. </footer>
  38. </body>
  39. </html>