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

Releases: RipcordSoftware/AvanceDB

AvanceDB 0.1.1

21 Feb 17:57
Compare
Choose a tag to compare
Bumped libhttpserver for boost -mt link fix

AvanceDB v0.1.0-alpha

11 Nov 12:02
Compare
Choose a tag to compare
AvanceDB v0.1.0-alpha Pre-release
Pre-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