Browse Source

kvs index

Namdak Tonpa 7 years ago
parent
commit
84abb97ece
1 changed files with 66 additions and 0 deletions
  1. 66 0
      index.html

+ 66 - 0
index.html

@@ -0,0 +1,66 @@
+<html>
+
+<head>
+    <meta charset="utf-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="description" content="" />
+    <meta name="author" content="Maxim Sokhatsky" />
+    <title>KVS</title>
+    <link rel="stylesheet" href="https://n2o.space/n2o.css" />
+</head>
+
+<body>
+
+<!--nav>
+    <a href='http://erlang.org/'>ERLANG</a>
+    <a href='http://emqtt.io/'>EMQ</a>
+    <a href='//n2o.space'>N2O</a>
+</nav-->
+
+<header>
+    <h1>Processing Versioned Data<br>in Infinity Tables
+</header>
+
+<aside>
+    <article>
+        <section>
+            <h3>Motivation</h3>
+            <div>
+            </div>
+        </section>
+
+        <section>
+            <a name=plugin><h3>MANUAL</h3></a>
+            <div><ul>
+           <li><a href="man/kvs.htm">KVS</a></font></li>
+           <li><a href="man/kvs_stream.htm">STREAM</a></font></li>
+            </ul></div>
+            <br>
+            <div>
+                26 APR 2017 &copy; <a href="http://5ht.co/license.htm">DHARMA LICENSE</a>
+            </div>
+
+        </section>
+    </article>
+</aside>
+<main>
+    <section>
+
+    <section>
+        <a name=plugin><h3>Related Documents</h3></a>
+        <div>
+        <ul>
+           <li><a href="https://n2o.space/articles/web.htm">N2O: SERVER</a></li>
+           <li><a href="http://5ht.co/spawnproc.htm">N2O: PRIVATBANK</a></li>
+           <li><a href="http://synrc.com/apps/cr/doc/cr.htm">CR: DATABASE</a></li>
+        </ul></div>
+    </section>
+</main>
+
+<footer>
+    Made with <span class="heart">❤</span> for EMQ and N2O
+</footer>
+
+</body>
+</html>