kvs_st.htm 1.2 KB

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