aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/graph_storage.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-01-10 10:30:40 +0100
committerAdrian Kummerlaender2015-01-10 10:30:40 +0100
commit27f8d44650ae730e085554876fcaa6289db1832a (patch)
tree357e015130457133d1862741fc45ef1402aab370 /pages/projects/graph_storage.md
parent1014c07428359cb9c6498315451effe093a5a13a (diff)
downloadblog_content-27f8d44650ae730e085554876fcaa6289db1832a.tar
blog_content-27f8d44650ae730e085554876fcaa6289db1832a.tar.gz
blog_content-27f8d44650ae730e085554876fcaa6289db1832a.tar.bz2
blog_content-27f8d44650ae730e085554876fcaa6289db1832a.tar.lz
blog_content-27f8d44650ae730e085554876fcaa6289db1832a.tar.xz
blog_content-27f8d44650ae730e085554876fcaa6289db1832a.tar.zst
blog_content-27f8d44650ae730e085554876fcaa6289db1832a.zip
Added _kv_ project page
Diffstat (limited to 'pages/projects/graph_storage.md')
-rw-r--r--pages/projects/graph_storage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/projects/graph_storage.md b/pages/projects/graph_storage.md
index 383eeee..353e3ce 100644
--- a/pages/projects/graph_storage.md
+++ b/pages/projects/graph_storage.md
@@ -1,6 +1,6 @@
# GraphStorage
-…is a Graph storage and query library based on Google LevelDB.
+…is a Graph storage and query library based on Google LevelDB and written in C++.
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.