Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

AvanceDB v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@craigminihan craigminihan released this 11 Nov 12:02
· 153 commits to master since this release

The first preview release of AvanceDB, an in-memory database with the CouchDB REST API.

What works:

  • Futon and Fauxton
  • Documents - fairly level with CouchDB 1.6.1
  • MapReduce - only map temp views

A Docker container definition can be found here: https://gist.github.com/craigminihan/6018f4ba9b008d3b6724

If you install from pre-built tar you should make sure you have the following deps installed:

  • libboost-system
  • libboost-filesystem
  • libboost-thread
  • libboost-date-time
  • libboost-regex
  • libboost-program-options
  • libboost-chrono
  • libboost-atomic