kvs_st.htm 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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://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;">ST</a>
  17. <a href='ua/kvs_st.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>ST</h1>
  23. </header>
  24. <main>
  25. <section>
  26. <h3>INTRO</h3>
  27. <p>The ST module provides STREAM interface for ROCKS backend.
  28. Set the {dba,kvs_rocks} along with {dba_st,kvs_st} in order to use ST module for stream operations.</p>
  29. </section>
  30. <section>
  31. <p>This module may refer to:
  32. <a href="kvs_stream.htm"><b>kvs_stream</b></a>,
  33. <a href="kvs_rocks.htm"><b>kvs_rocks</b></a>,
  34. <a href="kvs.htm"><b>kvs</b></a>.
  35. </p>
  36. </section>
  37. </main>
  38. <footer>
  39. 2005&mdash;2019 &copy; Synrc Research Center
  40. </footer>
  41. </body>
  42. </html>