From ea83ab5b7bfde99f3762333a8f8986f96d18454a Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 23 Jun 2018 22:37:51 +0300 Subject: [PATCH] Fixed broken links --- doc/index.html | 144 +++++++++++++++++++++++---------------- doc/index.org | 44 ++++++------ sixth-data.iml | 18 ----- tools/commit and push | 11 +++ tools/open with git-cola | 7 -- tools/update web site | 18 ++--- 6 files changed, 124 insertions(+), 118 deletions(-) delete mode 100644 sixth-data.iml create mode 100755 tools/commit and push delete mode 100755 tools/open with git-cola diff --git a/doc/index.html b/doc/index.html index 34a8cc1..2b05c78 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,8 +1,8 @@ -Sixth - system for data storage, computation, exploration and interaction - +Sixth Data - Data storage and computing engine + @@ -195,18 +195,19 @@ $(function() {
-

Sixth - system for data storage, computation, exploration and interaction

-
- +
+
+

1.1 Source code

+
+ +
+
+
+ +
+

2 Vision / goal

+

Provide versioned, clustered, flexible, distributed, multi-dimensional data storage engine for the Sixth computation engine. @@ -260,9 +281,9 @@ memory.

-
-

2 Inspiration

-
+
+

3 Inspiration

+
  • Relational databases:
      @@ -291,9 +312,9 @@ memory.
-
-

2.1 Brain

-
+
+

3.1 Brain

+
- -
-

3 Ideas

-
-
-

3.1 Distributed computation and data storage

-
+
+

4 Ideas

+
+
+

4.1 Distributed computation and data storage

+

Maybe every problem can be translated to geometry (use any shapes and as many dimensions as you need). Solution(s) to such problems would @@ -336,9 +356,9 @@ simple) lookups (geometrical queries) against the model.

-
-

3.2 Mapping of hyperspace to traditional object-oriented model

-
+
+

4.2 Mapping of hyperspace to traditional object-oriented model

+

Object oriented programming is inspired by the way human mind operates. It allows programmer to express ideas to computer in a more @@ -367,9 +387,9 @@ different universes.

-
-

3.3 Handling of relations

-
+
+

4.3 Handling of relations

+

Consider we want to create database of books and authors. Book can have multiple authors, and single person can be author for multiple @@ -414,9 +434,9 @@ amount of work contributed for book by given author (point).

-
-

3.4 Layered architecture

-
+
+

4.4 Layered architecture

+
layer 1
disk / block storage / partition
@@ -445,15 +465,14 @@ history, transparent deduplication)
- -
-

4 Current status

-
+
+

5 Current status

+
    -
  • More or less defined Vision / goal. +
  • More or less defined Vision / goal.
  • -
  • Collected some ideas. +
  • Collected some ideas.
  • Implemented very simple persistent key-value map. @@ -467,9 +486,9 @@ implement more advanced features on top of this.
-
-

5 See also

-

Author: Svjatoslav Agejenko

-

Created: 2017-11-29 Wed 23:57

+

Created: 2018-06-23 Sat 22:30

Emacs 25.1.1 (Org-mode 8.2.10)

diff --git a/doc/index.org b/doc/index.org index 9e3a68c..a6372c4 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,31 +1,27 @@ -#+TITLE: Sixth - system for data storage, computation, exploration and interaction +#+TITLE: Sixth Data - Data storage and computing engine ------ -- This is a subproject of [[http://www2.svjatoslav.eu/gitbrowse/sixth/doc/index.html][Sixth]] +* General +- This is a subproject of [[http://www3.svjatoslav.eu/projects/sixth/][Sixth]] -- [[http://www2.svjatoslav.eu/gitweb/?p=sixth-data.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] - -- This program is free software; you can redistribute it and/or modify - it under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public - License]] or later as published by the Free Software Foundation. +- This program is free software: you can redistribute it and/or modify + it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. - Program author: - Svjatoslav Agejenko - Homepage: http://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu -- [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] +- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] +** Source code +- [[http://www2.svjatoslav.eu/gitweb/?p=sixth-data.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: +- [[http://www2.svjatoslav.eu/gitweb/?p=sixth-data.git;a=summary][Browse Git repository online]] + +- Clone Git repository using command: + : git clone http://www2.svjatoslav.eu/git/sixth-data.git * Vision / goal :PROPERTIES: @@ -74,7 +70,6 @@ data storage engine for the [[http://www2.svjatoslav.eu/gitbrowse/sixth/doc/inde + [[id:5d287158-53ea-44a2-a754-dd862366066a][Distributed comutation and data storage]] + [[id:a117c11e-97c1-4822-88b2-9fc10f96caec][Mapping of hyperspace to traditional object-oriented model]] + [[id:b6b15bd2-c78b-4c51-a343-72843a515c29][Handling of relations]] - * Ideas ** Distributed computation and data storage :PROPERTIES: @@ -153,7 +148,6 @@ Alternatively: + layer 4 :: Implements arbitrary dimensional multiverse. + layer 5 :: Distributed computation engine. - * Current status - More or less defined [[id:f6764282-a6f6-44e6-8716-b428074dd093][Vision / goal]]. @@ -179,3 +173,13 @@ Interesting or competing projects with good ideas: + ZetaVM + https://github.com/zetavm/zetavm + +* (document settings) :noexport: +** use dark style for TWBS-HTML exporter +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: " +#+HTML_HEAD: diff --git a/sixth-data.iml b/sixth-data.iml deleted file mode 100644 index acec226..0000000 --- a/sixth-data.iml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tools/commit and push b/tools/commit and push new file mode 100755 index 0000000..057b511 --- /dev/null +++ b/tools/commit and push @@ -0,0 +1,11 @@ +#!/bin/bash +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; + +cd .. + +cola +git push + +echo "" +echo "Press ENTER to close this window." +read diff --git a/tools/open with git-cola b/tools/open with git-cola deleted file mode 100755 index 8655908..0000000 --- a/tools/open with git-cola +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -cd "${0%/*}" - -cd .. - -cola diff --git a/tools/update web site b/tools/update web site index b268227..7a1833d 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,18 +1,10 @@ #!/bin/bash +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; -cd "${0%/*}" cd .. - -mvn clean package - -#rm -rf doc/graphs/ -#mkdir -p doc/graphs/ - -#javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "all classes" -t png -h -#javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "GUI" -t png -w "eu.svjatoslav.sixth.e3d.gui.*" -h -#javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine" -t png -w "eu.svjatoslav.sixth.e3d.renderer.raster.*" -h - -#meviz index -w doc/graphs/ -t "Sixth 3D classes" - rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-data/ + +echo "" +echo "Press ENTER to close this window." +read -- 2.20.1