1
0
Fork 0
a mirror from github
Go to file
Frank Celler 0e5e956994 reorganised index structure, added within, added documentation 2011-11-06 14:01:08 +01:00
Basics reorganised index structure, added within, added documentation 2011-11-06 14:01:08 +01:00
GeoIndex added within query, fixed date in header 2011-11-03 14:26:19 +01:00
JsonParser initial release 2011-10-26 21:32:36 +02:00
ShapedJson reorganised index structure, added within, added documentation 2011-11-06 14:01:08 +01:00
UnitTests added within query, fixed date in header 2011-11-03 14:26:19 +01:00
V8 reorganised index structure, added within, added documentation 2011-11-06 14:01:08 +01:00
VocBase reorganised index structure, added within, added documentation 2011-11-06 14:01:08 +01:00
config initial release 2011-10-26 21:32:36 +02:00
js added within query, fixed date in header 2011-11-03 14:26:19 +01:00
m4 added within query, fixed date in header 2011-11-03 14:26:19 +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 improved interface to GEO SPATIAL index 2011-10-30 14:17:28 +01:00
README.md initial release 2011-10-26 21:43:47 +02:00
build.h reorganised index structure, added within, added documentation 2011-11-06 14:01:08 +01:00
configure.ac reorganised index structure, added within, added documentation 2011-11-06 14:01:08 +01:00
durham.h reorganised index structure, added within, added documentation 2011-11-06 14:01:08 +01:00

README.md

Compilation

(1) Install V8

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

(3) ./avocdb --shell js/shell.js

First Steps

db.examples.count();

db.examples.save({ Hallo: "World" });

db.examples.select();