1
0
Fork 0
a mirror from github
Go to file
Frank Celler db1ed98e71 fixed type 2011-11-28 16:20:46 +01:00
Admin added rest interface 2011-11-20 22:38:30 +01:00
ApplicationServer added loader 2011-11-25 17:35:06 +01:00
Basics added locks-macos.c/h 2011-11-28 11:58:18 +01:00
Dispatcher added lots of documentation 2011-11-23 17:02:16 +01:00
GeneralServer added lots of documentation 2011-11-23 17:02:16 +01:00
GeoIndex added rest interface 2011-11-20 22:37:59 +01:00
HttpServer added rest interface 2011-11-20 22:38:30 +01:00
JsonParser initial release 2011-10-26 21:32:36 +02:00
JsonParserX added rest interface 2011-11-20 22:38:30 +01:00
Rest added lots of documentation 2011-11-23 17:02:16 +01:00
RestHandler added loader 2011-11-25 17:35:06 +01:00
RestServer added loader 2011-11-25 17:35:06 +01:00
ResultGenerator added lots of documentation 2011-11-23 17:02:16 +01:00
Scheduler added loader 2011-11-25 17:35:06 +01:00
SessionManager added rest interface 2011-11-20 22:38:30 +01:00
ShapedJson added loader 2011-11-25 17:35:06 +01:00
UnitTests added rest interface 2011-11-20 22:37:59 +01:00
UserManager added rest interface 2011-11-20 22:38:30 +01:00
V8 added loader 2011-11-25 17:35:06 +01:00
VocBase fixed type 2011-11-28 16:20:46 +01:00
config initial release 2011-10-26 21:32:36 +02:00
js added loader 2011-11-25 17:35:06 +01:00
m4 added rest interface 2011-11-20 22:38:30 +01:00
.gitignore initial release 2011-10-26 21:34:48 +02:00
GNUmakefile initial release 2011-10-26 21:32:36 +02:00
Makefile.am fixed type 2011-11-28 16:20:46 +01:00
README.md MD test 2011-11-22 19:23:15 +01:00
build.h md 2011-11-28 11:48:26 +01:00
configure.ac added rest interface 2011-11-20 22:37:59 +01:00
durham.h reorganised index structure, added within, added documentation 2011-11-06 14:01:08 +01:00

README.md

AvocadoDB

My colleagues and I started developing a document-store, which focuses on durability of the data taking advantage of new technologies like SSD, support for graph and geo algorithms needed in social networks, ease of use for the developer and minimal effort to operate for the administrator.

Compilation

(1) Install V8

(2) ./configure --with-v8=/home/huerth/fceller/IPP/3rdParty/v8

(3) "./avocado" to start a REST server or "./avocado --shell" for debugging

First Steps

./avocado --shell
avocado> db.examples.count();
avocado> db.examples.save({ Hallo: "World" });
avocado> db.examples.select();