stevedekorte / vertexdb
- Source
- Commits
- Network (5)
- Issues (8)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
b9a18e6
Steve Dekorte (author)
Thu Nov 05 03:08:52 -0800 2009
commit b9a18e6161c6d8feb54d374f212963368b827de5
tree ca9a297ae998be86622ae67f17d8e87041d010bd
parent 95a037e8e8ba553fda33fa766081eaa9ba5b54e4
tree ca9a297ae998be86622ae67f17d8e87041d010bd
parent 95a037e8e8ba553fda33fa766081eaa9ba5b54e4
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.

