Added GemStone/S reference.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 2 Jul 2017 21:03:13 +0000 (23:03 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 2 Jul 2017 21:03:13 +0000 (23:03 +0200)
doc/index.html
doc/index.org

index e84f626..8793eac 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Sixth - system for data storage, computation, exploration and interaction</title>
-<!-- 2017-06-13 Tue 08:27 -->
+<!-- 2017-07-02 Sun 23:02 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -273,6 +273,11 @@ below properties in one system would be beyond awesome.
 (That`s the high level overview, details are slowly being worked
 out&#x2026;)
 </p>
+
+<ul class="org-ul">
+<li>See: <a href="http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html">Sixth data subproject</a>
+</li>
+</ul>
 </div>
 
 <div id="outline-container-sec-1-1-1" class="outline-4">
@@ -301,6 +306,8 @@ out&#x2026;)
 <li>Anything can be suspended/resumed from persistent storage on the
 fly.
 </li>
+<li><a href="http://esug.org/data/ESUG2015/3%20wednesday/1100-1130%20SQL%20Queries%20on%20Smalltalk%20Objects/SQL%20Queries%20in%20Smalltalk%20(James%20Foster).pdf">GemStone/S</a>: Awesome feature list!
+</li>
 </ul>
 </li>
 
@@ -324,43 +331,10 @@ efficiency).
 </ul>
 </div>
 </div>
-
-<div id="outline-container-sec-1-1-2" class="outline-4">
-<h4 id="sec-1-1-2"><span class="section-number-4">1.1.2</span> Data storage</h4>
-<div class="outline-text-4" id="text-1-1-2">
-<p>
-See: <a href="http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html">Sixth data subproject</a>
-</p>
-
-<ul class="org-ul">
-<li>Relational databases:
-<ul class="org-ul">
-<li>Transactional
-</li>
-<li>Indexable / Quickly searchable
-</li>
-</ul>
-</li>
-
-<li>Git (version control system)
-<ul class="org-ul">
-<li>Versionable
-</li>
-<li>Branchable / mergeable.
-</li>
-<li>Transparent cansistency, checksumming and deduplication.
-</li>
-<li>(Git as a database:
-<a href="https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/">https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/</a> )
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
 </div>
 </div>
 
+
 <div id="outline-container-sec-2" class="outline-2">
 <h2 id="sec-2"><span class="section-number-2">2</span> Current status</h2>
 <div class="outline-text-2" id="text-2">
@@ -403,7 +377,7 @@ and my free time available). Contributions welcome ! :)
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2017-06-13 Tue 08:27</p>
+<p class="date">Created: 2017-07-02 Sun 23:02</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>
index a4d464c..bb5146a 100644 (file)
@@ -60,6 +60,8 @@ below properties in one system would be beyond awesome.
 (That`s the high level overview, details are slowly being worked
 out...)
 
++ See: [[http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html][Sixth data subproject]]
+
 *** Computation
 + Lisp (programming language):
   + Almost no syntax.
@@ -72,6 +74,7 @@ out...)
   + On the fly modifiable / reprogrammable.
   + Anything can be suspended/resumed from persistent storage on the
     fly.
+  + [[http://esug.org/data/ESUG2015/3%20wednesday/1100-1130%20SQL%20Queries%20on%20Smalltalk%20Objects/SQL%20Queries%20in%20Smalltalk%20(James%20Foster).pdf][GemStone/S]]: Awesome feature list!
 
 + Hadoop (computation system):
   + Many individual connected computers behave as one big
@@ -84,19 +87,6 @@ out...)
     that contains relatively big data that needs processing (network
     efficiency).
 
-*** Data storage
-See: [[http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html][Sixth data subproject]]
-
-+ Relational databases:
-  + Transactional
-  + Indexable / Quickly searchable
-
-+ Git (version control system)
-  + Versionable
-  + Branchable / mergeable.
-  + Transparent cansistency, checksumming and deduplication.
-  + (Git as a database:
-    https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/ )
 
 * Current status
 + Formulated high-level [[id:1f4e1c17-d25f-4d92-aa9b-5785f1d86f4f][vision / goal]].