From 49768b7c10fd6466edcd8262587bf142c919ccb5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 11 Aug 2014 20:24:46 +0200 Subject: Implemented page categorization functionality * expanded "02_data/pages.xsl" transformation to include pages in subfolders * "03_meta/categories.xsl" transformation generates a categorized view of all pages simmilar to the one provided for tags by "03_meta/tags.xsl" * "99_result/category/category.xsl" transformation generates category overview pages * added basic project related pages inside the "projects" category --- source/00_content/pages/projects/graph_storage.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source/00_content/pages/projects/graph_storage.md (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 new file mode 100644 index 0000000..43b73c8 --- /dev/null +++ b/source/00_content/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. -- cgit v1.2.3