public
Description: A graph database on top of tokyocabinet and libevent
Homepage:
Clone URL: git://github.com/stevedekorte/vertexdb.git
name age message
file .gitignore Mon Nov 16 23:26:12 -0800 2009 new test [richcollins]
file .gitmodules Sun Oct 11 22:39:53 -0700 2009 Make basekit a submodule. Ignore build files [richcollins]
file README.txt Mon Nov 09 16:00:40 -0800 2009 some updates and a patch from Artem [Steve Dekorte]
file TODO.txt Wed Oct 28 02:13:12 -0700 2009 listen on 127.0.0.1 [richcollins]
directory Vertex.xcodeproj/ Sun Nov 22 16:44:04 -0800 2009 amchart support [Steve Dekorte]
directory bin/ Wed Nov 11 13:40:41 -0800 2009 Added failing tests [richcollins]
directory docs/ Tue Nov 24 13:46:17 -0800 2009 fix for uri decoding path components [Steve Dekorte]
directory license/ Thu Jul 02 14:40:37 -0700 2009 commiting source [Steve Dekorte]
directory source/ Wed Nov 25 15:09:16 -0800 2009 readded support for writes using post data - th... [Steve Dekorte]
directory tests/ Tue Nov 24 13:46:17 -0800 2009 fix for uri decoding path components [Steve Dekorte]
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. 
See docs/guide.html for API and more details.

Status

Currently in production use and working well so far. The API is still not set in stone though. 

Future

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