hassy / vertexdb forked from stevedekorte/vertexdb
- Source
- Commits
- Network (5)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
be98791
Hasan Veldstra (author)
Tue Nov 03 11:58:12 -0800 2009
commit be98791bc8f9792f678b611939cb847025b0f890
tree 0b9a6b9920640ffa3dc35d54e244abdf49884e58
parent 85de556331d7cff74ff5b0adda11dbc83ad204ae parent e037316ba9ccda07381f1cfca1776997267e40a9
tree 0b9a6b9920640ffa3dc35d54e244abdf49884e58
parent 85de556331d7cff74ff5b0adda11dbc83ad204ae parent e037316ba9ccda07381f1cfca1776997267e40a9
vertexdb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | Sun Oct 11 22:39:53 -0700 2009 | |
| |
README.txt | ||
| |
TODO.txt | Wed Oct 28 02:13:12 -0700 2009 | |
| |
Vertex.xcodeproj/ | ||
| |
bin/ | ||
| |
docs/ | ||
| |
license/ | Thu Jul 02 14:40:37 -0700 2009 | |
| |
source/ | ||
| |
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.

