hassy / vertexdb forked from stevedekorte/vertexdb
- Source
- Commits
- Network (5)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Hasan Veldstra (author)
Thu Nov 19 11:43:26 -0800 2009
vertexdb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 16 23:26:12 -0800 2009 | |
| |
.gitmodules | Sun Oct 11 22:39:53 -0700 2009 | |
| |
README.txt | Mon Nov 09 16:00:40 -0800 2009 | |
| |
TODO.txt | Wed Oct 28 02:13:12 -0700 2009 | |
| |
Vertex.xcodeproj/ | ||
| |
bin/ | Wed Nov 11 13:40:41 -0800 2009 | |
| |
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. 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.

