stevedekorte / vertexdb

A graph database on top of tokyocabinet and libevent

This URL has Read+Write access

Steve Dekorte (author)
Thu Nov 05 03:08:52 -0800 2009
commit  b9a18e6161c6d8feb54d374f212963368b827de5
tree    ca9a297ae998be86622ae67f17d8e87041d010bd
parent  95a037e8e8ba553fda33fa766081eaa9ba5b54e4
name age message
file .gitignore Loading commit data...
file .gitmodules Sun Oct 11 22:39:53 -0700 2009 Make basekit a submodule. Ignore build files [richcollins]
file README.txt
file TODO.txt Wed Oct 28 02:13:12 -0700 2009 listen on 127.0.0.1 [richcollins]
directory Vertex.xcodeproj/
directory bin/
directory docs/
directory license/ Thu Jul 02 14:40:37 -0700 2009 commiting source [Steve Dekorte]
directory source/
directory tests/
README.txt
About

Vertex is a high performance graph database that supports automatic garbage collection, built on libevent and 
tokyocabinet. It uses HTTP as it's communication protocol and JSON as it's response data format. It's BSD licensed and 
was written by Steve Dekorte and Rich Collins.

Status

Currently only ready for tinkering. Still need to finish adding tests and permissions support and docs before it's ready 
for production use. See docs/guide.html for API and other details.

Future

FUSE interface and may add support for more complex queries and dynamic/ automatic index creation based on observed 
queries.