aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/pages/projects/graph_storage.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-09-11 13:06:53 +0200
committerAdrian Kummerlaender2014-09-11 13:06:53 +0200
commitded69be933abdb3ff69e3bf1991586a70fd13d63 (patch)
tree228e630c312eaab4fb80d312e2a52d0b588eabe7 /source/00_content/pages/projects/graph_storage.md
parent1b4253c36a59ddb9a1530c2ce9898ff18f5a3d31 (diff)
downloadblog.kummerlaender.eu-ded69be933abdb3ff69e3bf1991586a70fd13d63.tar
blog.kummerlaender.eu-ded69be933abdb3ff69e3bf1991586a70fd13d63.tar.gz
blog.kummerlaender.eu-ded69be933abdb3ff69e3bf1991586a70fd13d63.tar.bz2
blog.kummerlaender.eu-ded69be933abdb3ff69e3bf1991586a70fd13d63.tar.lz
blog.kummerlaender.eu-ded69be933abdb3ff69e3bf1991586a70fd13d63.tar.xz
blog.kummerlaender.eu-ded69be933abdb3ff69e3bf1991586a70fd13d63.tar.zst
blog.kummerlaender.eu-ded69be933abdb3ff69e3bf1991586a70fd13d63.zip
Removed contents as they were relocated into their own repository
Diffstat (limited to 'source/00_content/pages/projects/graph_storage.md')
-rw-r--r--source/00_content/pages/projects/graph_storage.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/00_content/pages/projects/graph_storage.md b/source/00_content/pages/projects/graph_storage.md
deleted file mode 100644
index b7beef8..0000000
--- a/source/00_content/pages/projects/graph_storage.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# GraphStorage
-
-…is a Graph storage and query library based on LevelDB.
-
-It currently supports integer indexed nodes with properties and directed edges with types. The integer IDs are serialized _by hand_, values are serialized using protocol buffers. Everything is stored in a single sorted LevelDB database.
-
-Queries are possible trough a iterator like interface that handles single level queries quite fast. Additionally changes to edges can be monitored using a subscription mechanism.
-
-The library is in development and while not intended for any kind of production usage the source code is available via both [Github] and [cgit].
-
-[Github]: https://github.com/KnairdA/GraphStorage
-[cgit]: http://code.kummerlaender.eu/GraphStorage/