This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Releases: RipcordSoftware/AvanceDB
Releases · RipcordSoftware/AvanceDB
AvanceDB 0.1.1
Bumped libhttpserver for boost -mt link fix
AvanceDB v0.1.0-alpha
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