hassy / vertexdb forked from stevedekorte/vertexdb

A graph database on top of tokyocabinet and libevent

This URL has Read+Write access

Hasan Veldstra (author)
Tue Nov 03 11:58:12 -0800 2009
commit  be98791bc8f9792f678b611939cb847025b0f890
tree    0b9a6b9920640ffa3dc35d54e244abdf49884e58
parent  85de556331d7cff74ff5b0adda11dbc83ad204ae parent  e037316ba9ccda07381f1cfca1776997267e40a9
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.