aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/pages/projects/graph_storage.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-08-12 16:45:23 +0200
committerAdrian Kummerlaender2014-08-12 16:45:23 +0200
commiteb28fe84b4a139d5937eb1b9e96cd6220a59eb58 (patch)
treebaff3fb86b4291deb985c977734d60fc2971e301 /source/00_content/pages/projects/graph_storage.md
parentd669cccd2dc665ea344b0087152f524e588f78ef (diff)
downloadblog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.gz
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.bz2
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.lz
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.xz
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.zst
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.zip
Somewhat fleshed out the project pages
* e.g. linked Github and cgit repositories
Diffstat (limited to 'source/00_content/pages/projects/graph_storage.md')
-rw-r--r--source/00_content/pages/projects/graph_storage.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/00_content/pages/projects/graph_storage.md b/source/00_content/pages/projects/graph_storage.md
index 43b73c8..b7beef8 100644
--- a/source/00_content/pages/projects/graph_storage.md
+++ b/source/00_content/pages/projects/graph_storage.md
@@ -2,6 +2,11 @@
…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.
+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/