1
0
Fork 0
a mirror from github
Go to file
Frank Celler 99854dbc0e fixed build number 2012-03-01 17:53:41 +01:00
3rdParty fixes for clang and clang++ 2012-02-22 15:35:05 +01:00
Admin added relative paths 2012-02-12 17:52:28 +01:00
ApplicationServer cleanup of Scheduler 2012-03-01 15:07:19 +01:00
Basics Merge branch 'devel' of https://github.com/triAGENS/AvocadoDB into devel 2012-02-29 20:59:10 +01:00
BasicsC added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
Dispatcher cleanup 2012-01-03 19:00:49 +01:00
Doxygen more for QL (Jan) 2012-03-01 13:51:47 +01:00
GeneralServer fixes for clang and clang++ 2012-02-22 15:35:05 +01:00
GeoIndex added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
HashIndex more QL 2012-02-24 18:43:09 +01:00
HttpServer ORESTE/JAN: hash indexes 2012-02-22 16:18:15 +01:00
HttpsServer cleanup 2012-01-04 09:29:04 +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 cleanup 2012-01-04 09:31:52 +01:00
ProgramOptions fixes for clang and clang++ 2012-02-22 15:35:05 +01:00
QL added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
Rest added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
RestHandler added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
RestServer added module link 2012-02-29 17:41:12 +01:00
ResultGenerator cleanup 2012-01-04 09:38:12 +01:00
Scheduler cleanup of Scheduler 2012-03-01 15:07:19 +01:00
ShapedJson more QL 2012-02-24 18:43:09 +01:00
SimpleHttpClient added avocado shell (Achim) 2012-03-01 17:01:24 +01:00
SkipLists more for QL (Jan) 2012-03-01 13:51:47 +01:00
UnitTests reorganisation of directory tree structure 2012-01-04 09:47:33 +01:00
V8 added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
V8Client added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
Variant cleanup 2012-01-03 12:26:58 +01:00
VocBase added avocado shell (Achim) 2012-03-01 17:09:41 +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 added avocado shell (Achim) 2012-03-01 17:01:24 +01:00
m4 fixes for clang and clang++ 2012-02-22 15:35:05 +01:00
.gitignore added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
GNUmakefile reorganisation of directory tree structure 2012-01-04 09:47:33 +01:00
LICENSE added LICENSE 2012-02-09 09:49:14 +01:00
Makefile.all-in-one added .libev-build 2012-02-20 10:52:05 +01:00
Makefile.am added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
Makefile.bison all-in-one version 2012-02-10 18:48:33 +01:00
Makefile.doxygen more QL 2012-02-24 18:43:09 +01:00
Makefile.files added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
Makefile.flex all-in-one version 2012-02-10 18:48:33 +01:00
Makefile.in added avocado shell (Achim) 2012-03-01 17:09:41 +01:00
Makefile.javascript all-in-one version 2012-02-10 18:48:33 +01:00
README.md Merge branch 'devel' 2012-02-22 15:37:30 +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
build.h fixed build number 2012-03-01 17:53:41 +01:00
configure typo 2012-03-01 17:15:34 +01:00
configure.ac typo 2012-03-01 17:15:34 +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. We are currently waiting for approval of our package, therefore you need to use this:

  • brew install https://raw.github.com/tisba/homebrew/master/Library/Formula/avocadodb.rb

This will install AvocadoDB and all dependencies.

First Steps

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

Caveat

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

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