<html lang="en">
<head>
<title>Sixth - system for data storage, computation, exploration and interaction</title>
-<!-- 2017-05-25 Thu 08:25 -->
+<!-- 2017-05-25 Thu 22:04 -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Org-mode">
<div id="outline-container-sec-1-1" class="outline-3">
<h3 id="sec-1-1"><a id="ID-4224d52c-2ee1-411a-bd89-77c286322b21" name="ID-4224d52c-2ee1-411a-bd89-77c286322b21"></a><span class="section-number-3">1.1</span> Perfect data storage and computation engine</h3>
<div class="outline-text-3" id="text-1-1">
+
+<p>
+I hate to choose between good things. Figuring out a way to combine
+below properties in one system would be beyond awesome.
+</p>
+
<p>
-I love thease existing solutions and properties:
+(That`s the high level overview, details are slowly being worked
+out…)
</p>
+</div>
+<div id="outline-container-sec-1-1-1" class="outline-4">
+<h4 id="sec-1-1-1"><span class="section-number-4">1.1.1</span> Computation</h4>
+<div class="outline-text-4" id="text-1-1-1">
<ul class="org-ul">
<li>Lisp (programming language):
<ul class="org-ul">
</ul>
</li>
+<li>Hadoop (computation system):
+<ul class="org-ul">
+<li>Many individual connected computers behave as one big
+computer. System is horizontally linearly scalable.
+</li>
+<li>Programming abstraction and execution model that naturally divides
+problems te be solved in parallel and result easily combined.
+</li>
+<li>Data is spread across nodes, automatic failover, built in
+resiliency.
+</li>
+<li>Small pieces of code are automatically transferred to the node
+that contains relatively big data that needs processing (network
+efficiency).
+</li>
+</ul>
+</li>
+</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>
</ul>
</li>
-
-<li>Hadoop (computation system):
-<ul class="org-ul">
-<li>Many individual connected computers behave as one big
-computer. System is horizontally linearly scalable.
-</li>
-<li>Programming abstraction and execution model that naturally divides
-problems te be solved in parallel and result easily combined.
-</li>
-<li>Data is spread across nodes, automatic failover, built in
-resiliency.
-</li>
-<li>Small pieces of code are automatically transferred to the node
-that contains relatively big data that needs processing (network
-efficiency).
-</li>
-</ul>
-</li>
</ul>
-
-
-<p>
-I hate to choose between good things. Figuring out a way to combine
-above properties in one system would be beyond awesome.
-</p>
-
-<p>
-(I have not solved it yet..)
-</p>
</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">
<li>In the process of implementing some of building blocks:
<ul class="org-ul">
-<li><a href="http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html">First layer of storage: Simple persistent key-value map.</a>
+<li><a href="http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html">Data storage engine.</a>
</li>
<li><a href="http://www2.svjatoslav.eu/gitbrowse/sixth-3d/doc/index.html">In software, pure Java realtime 3D rendering engine.</a>
</div></div></div>
<footer id="postamble" class="">
<div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2017-05-25 Thu 08:25</p>
+<p class="date">Created: 2017-05-25 Thu 22:04</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>
:PROPERTIES:
:ID: 4224d52c-2ee1-411a-bd89-77c286322b21
:END:
-I love thease existing solutions and properties:
+I hate to choose between good things. Figuring out a way to combine
+below properties in one system would be beyond awesome.
+
+(That`s the high level overview, details are slowly being worked
+out...)
+
+*** Computation
+ Lisp (programming language):
+ Almost no syntax.
+ Code and data intercangeable.
+ Anything can be suspended/resumed from persistent storage on the
fly.
-+ 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/ )
-
+ Hadoop (computation system):
+ Many individual connected computers behave as one big
computer. System is horizontally linearly scalable.
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/ )
-I hate to choose between good things. Figuring out a way to combine
-above properties in one system would be beyond awesome.
-(I have not solved it yet..)
* Current status
+ Formulated high-level [[id:1f4e1c17-d25f-4d92-aa9b-5785f1d86f4f][vision / goal]].
+ In the process of implementing some of building blocks:
- - [[http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html][First layer of storage: Simple persistent key-value map.]]
+ - [[http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html][Data storage engine.]]
- [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d/doc/index.html][In software, pure Java realtime 3D rendering engine.]]
- [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d-demos/doc/index.html][3D engine demos]]