1
0
Fork 0
a mirror from github
Go to file
Jan Steemann 4fbb2ae126 merge with SVN 2012-03-20 17:18:18 +01:00
3rdParty fixes for clang and clang++ 2012-02-22 15:35:05 +01:00
Admin merge with SVN 2012-03-20 13:18:48 +01:00
ApplicationServer merge with SVN 2012-03-20 17:18:18 +01:00
Basics fixed string buffer and error handling 2012-03-17 23:18:47 +01:00
BasicsC merge with SVN 2012-03-20 17:18:18 +01:00
Demos/Scripts started rewrite of rest interface 2012-03-16 17:58:30 +01:00
Dispatcher change to less frequent V8 gc 2012-03-08 14:59:13 +01:00
Doxygen renamed to createCollection 2012-03-18 23:36:55 +01:00
GeneralServer fixed string buffer and error handling 2012-03-17 23:18:47 +01:00
GeoIndex merged Jan's and Achim's changes 2012-03-15 16:47:50 +01:00
HashIndex merge with SVN 2012-03-20 13:18:48 +01:00
HttpServer fixed string buffer and error handling 2012-03-17 23:18:47 +01:00
HttpsServer fixed string buffer and error handling 2012-03-17 23:18:47 +01:00
Installation/MacOSX/MacPorts added a Portfile 2012-02-22 16:34:48 +01:00
JsonParser added generated files 2012-02-09 10:06:42 +01:00
JsonParserX fixes for clang and clang++ 2012-02-22 15:35:05 +01:00
Logger fixed string buffer and error handling 2012-03-17 23:18:47 +01:00
ProgramOptions merged Jan's and Achim's changes 2012-03-15 16:47:50 +01:00
QL merge with SVN 2012-03-20 17:18:18 +01:00
Rest merge with SVN 2012-03-20 13:18:48 +01:00
RestHandler merge with SVN 2012-03-20 17:18:18 +01:00
RestServer merge with SVN 2012-03-20 13:18:48 +01:00
ResultGenerator fixed string buffer and error handling 2012-03-17 23:18:47 +01:00
Scheduler fixed string buffer and error handling 2012-03-17 23:18:47 +01:00
ShapedJson merged with jan 2012-03-14 17:54:59 +01:00
SimpleHttpClient merge with SVN 2012-03-20 13:18:48 +01:00
SkipLists merged 2012-03-20 09:35:10 +01:00
UnitTests merge with SVN 2012-03-20 17:18:18 +01:00
V8 merge with SVN 2012-03-20 17:18:18 +01:00
V8Client merge with SVN 2012-03-20 13:18:48 +01:00
Variant cleanup 2012-01-03 12:26:58 +01:00
VocBase merge with SVN 2012-03-20 17:18:18 +01:00
config more simple-query stuff 2012-02-27 10:18:18 +01:00
html/admin new interface 2012-02-03 11:32:47 +01:00
js merge with SVN 2012-03-20 13:18:48 +01:00
m4 macos 2012-03-13 16:21:39 +01:00
.gitignore fixed read 2012-03-18 23:30:41 +01:00
GNUmakefile reorganisation of directory tree structure 2012-01-04 09:47:33 +01:00
LICENSE fixed license file 2012-03-20 09:19:36 +01:00
Makefile.all-in-one added .libev-build 2012-02-20 10:52:05 +01:00
Makefile.am added BOOST test 2012-03-15 13:16:30 +01:00
Makefile.bison all-in-one version 2012-02-10 18:48:33 +01:00
Makefile.doxygen documentation and actions 2012-03-14 11:54:19 +01:00
Makefile.files merge with SVN 2012-03-20 17:18:18 +01:00
Makefile.flex all-in-one version 2012-02-10 18:48:33 +01:00
Makefile.in merge with SVN 2012-03-20 17:18:18 +01:00
Makefile.javascript fixed layout and memory bug 2012-03-13 01:26:32 +01:00
Makefile.unittests merged Jan's and Achim's changes 2012-03-15 16:47:50 +01:00
README.md merge with SVN 2012-03-20 17:18:18 +01:00
aclocal.m4 added --enable-bison, --enable-flex, --enable-all-in-one 2012-02-10 19:33:09 +01:00
build.c added generated files 2012-02-09 10:22:48 +01:00
configure merge with SVN 2012-03-20 17:18:18 +01:00
configure.ac merge with SVN 2012-03-20 17:18:18 +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

Please check the wiki for installation and compilation instructions:

Mac OS X Hints

On Mac OS X you can install AvocadoDB using the packagemanager Homebrew:

  • brew install avocadodb (use --HEAD in order to build AvocadoDB from current master)

This will install AvocadoDB and all dependencies.

First Steps

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

Caveat

Please note that this is a very early version of AvocadoDB. There will be bugs and we'd really appreciate it if you report them:

https://github.com/triAGENS/AvocadoDB/issues