This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Craig Minihan edited this page Jun 3, 2015
·
23 revisions
#AvanceDB AvanceDB is an in-memory database implementing a large subset of the CouchDB REST API. We aim to support the following CouchDB features:
- Futon and Fauxton
- JavaScript Map/Reduce
- Replication
- Apache Lucene and Elasticsearch integration
- Compatibility with common CouchDB clients like Cradle, Nano and others
The main advantage AvanceDB has over CouchDB is blistering fast document lookup and map/reduce performance. If you are currently using CouchDB and struggle with view build times then AvanceDB should be a seamless replacement for your view workload.
AvanceDB is not designed to replace CouchDB for document storage. We have permanent document store functionality on the product roadmap be we are unlikely to realize this feature for quite a while.
AvanceDB is under active development, you can check out the current API support status here.