All Projects → apache → Couchdb Documentation

apache / Couchdb Documentation

Licence: apache-2.0
Apache CouchDB Documentation

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
erlang
1774 projects
cplusplus
227 projects

Projects that are alternatives of or similar to Couchdb Documentation

Couchdb
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Stars: ✭ 5,166 (+3935.94%)
Mutual labels:  cloud, content, big-data, database, couchdb
Couchdb Couch
Mirror of Apache CouchDB
Stars: ✭ 43 (-66.41%)
Mutual labels:  cloud, content, big-data, database, couchdb
Couchdb Fauxton
Apache CouchDB
Stars: ✭ 295 (+130.47%)
Mutual labels:  cloud, content, big-data, database, couchdb
Couchdb Docker
Semi-official Apache CouchDB Docker images
Stars: ✭ 194 (+51.56%)
Mutual labels:  cloud, big-data, database, couchdb
couchdb-couch-plugins
Mirror of Apache CouchDB
Stars: ✭ 14 (-89.06%)
Mutual labels:  couchdb, content, big-data
couchdb-mango
Mirror of Apache CouchDB Mango
Stars: ✭ 34 (-73.44%)
Mutual labels:  couchdb, content, big-data
Ignite
Apache Ignite
Stars: ✭ 4,027 (+3046.09%)
Mutual labels:  cloud, big-data, database
Couchdb Net
EF Core-like CouchDB experience for .NET!
Stars: ✭ 50 (-60.94%)
Mutual labels:  database, couchdb
Hexa
Hexa: The ultimate companion for Azure. Setup and deploy in seconds
Stars: ✭ 56 (-56.25%)
Mutual labels:  cloud, database
Vue Pouch Db
Vue Pouch DB is a VueJS Plugin that binds PouchDB with Vue and keeps a synchronised state with the database. Has support for Mango queries which are processed locally within the VuePouchDB state.
Stars: ✭ 127 (-0.78%)
Mutual labels:  database, couchdb
Iotdb
Apache IoTDB
Stars: ✭ 1,221 (+853.91%)
Mutual labels:  big-data, database
Traildb
TrailDB is an efficient tool for storing and querying series of events
Stars: ✭ 1,029 (+703.91%)
Mutual labels:  big-data, database
Android dbinspector
Android library for viewing and sharing in app databases.
Stars: ✭ 881 (+588.28%)
Mutual labels:  database, couchdb
Cloud Volume
Read and write Neuroglancer datasets programmatically.
Stars: ✭ 63 (-50.78%)
Mutual labels:  cloud, big-data
Enseada
A Cloud native multi-package registry
Stars: ✭ 80 (-37.5%)
Mutual labels:  cloud, couchdb
Nodbi
Document DBI connector for R
Stars: ✭ 56 (-56.25%)
Mutual labels:  database, couchdb
Sofa
easy R interface to CouchDB
Stars: ✭ 30 (-76.56%)
Mutual labels:  database, couchdb
Appdocs
Application Performance Optimization Summary
Stars: ✭ 1,169 (+813.28%)
Mutual labels:  big-data, database
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-13.28%)
Mutual labels:  content, database
Tennis Crystal Ball
Ultimate Tennis Statistics and Tennis Crystal Ball - Tennis Big Data Analysis and Prediction
Stars: ✭ 107 (-16.41%)
Mutual labels:  big-data, database

CouchDB Documentation Build Status

This repository contains the Sphinx source for Apache CouchDB's documentation. You can view the latest rendered build of this content at:

http://docs.couchdb.org/en/latest

Building this repo

Install Python3 and pip. Then:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ make html # builds the docs
$ make check # syntax checks the docs

Feedback, Issues, Contributing

General feedback is welcome at our user or developer mailing lists.

Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].