aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/graph_storage.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/projects/graph_storage.md')
-rw-r--r--pages/projects/graph_storage.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/projects/graph_storage.md b/pages/projects/graph_storage.md
new file mode 100644
index 0000000..43b73c8
--- /dev/null
+++ b/pages/projects/graph_storage.md
@@ -0,0 +1,7 @@
+# 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.