hassy / vertexdb forked from stevedekorte/vertexdb

A graph database on top of tokyocabinet and libevent

This URL has Read+Write access

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/ Loading commit data...
directory bin/ Wed Nov 11 13:40:41 -0800 2009 Added failing tests [richcollins]
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. 
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.