From dffe5e060399eea7d8a6985664786cc2a5d933ff Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 11 Sep 2014 13:08:41 +0200 Subject: Squashed 'source/00_content/' content from commit 63d9db8 git-subtree-dir: source/00_content git-subtree-split: 63d9db8438ed6b32c4a85d487c07ea31bda666e4 --- pages/projects/graph_storage.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/projects/graph_storage.md (limited to 'pages/projects/graph_storage.md') diff --git a/pages/projects/graph_storage.md b/pages/projects/graph_storage.md new file mode 100644 index 0000000..b7beef8 --- /dev/null +++ b/pages/projects/graph_storage.md @@ -0,0 +1,12 @@ +# 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/ -- cgit v1.2.3