From eb28fe84b4a139d5937eb1b9e96cd6220a59eb58 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 12 Aug 2014 16:45:23 +0200 Subject: Somewhat fleshed out the project pages * e.g. linked Github and cgit repositories --- source/00_content/pages/projects/graph_storage.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source/00_content/pages/projects/graph_storage.md') 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/ -- cgit v1.2.3