Meet BigchainDB. The blockchain database. https://www.bigchaindb.com/
Go to file
Krish f2e14fb73c Remove `editable` flag in Dockerfile (#1416)
From `pip install --help`:
```
-e, --editable <path/url>   Install a project in editable mode (i.e.
setuptools "develop mode") from a local project path or a VCS url.
```
2017-04-20 10:38:06 +02:00
.ci Added replicaset name to bigchaindb config (#1063) 2017-01-20 14:05:28 +01:00
bigchaindb updated version in version.py to 0.11.0.dev 2017-04-18 17:45:18 +02:00
deploy-cluster-aws Merge branch 'master' into change-federation-to-consortium 2017-03-17 13:51:28 +01:00
docs added docs for wssserver.host and .port 2017-04-19 11:21:59 +02:00
k8s Add NGINX integration with 3scale on Kubernetes (#1392) 2017-04-13 17:34:25 +02:00
ntools append 'rethinkdb' to 'bigchaindb -y configure' in Ansible role 2017-02-06 17:54:03 +01:00
tests Merge branch 'remove-useless-capped-queue' 2017-04-18 16:38:26 +02:00
.dockerignore Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
.gitattributes Remove benchmarking-tests folder. 2017-04-03 11:57:56 +02:00
.gitignore Moved HTTP API docs to a top-level section 2017-04-10 13:58:58 +02:00
.travis.yml Test docs building and flake8 only for Python 3.6 2017-03-31 11:21:51 +02:00
CHANGELOG.md Updated CHANGELOG.md for v0.10.1 2017-04-19 16:39:12 +02:00
CODE_OF_CONDUCT.md Added protection for discrimination based on species 2016-02-23 15:26:11 +01:00
CONTRIBUTING.md Add tip on upgrading to CONTRIBUTING.md 2017-04-07 15:40:17 +02:00
Dockerfile Remove `editable` flag in Dockerfile (#1416) 2017-04-20 10:38:06 +02:00
Dockerfile-dev Refactor Dockerfile post `locale` errors (#1410) 2017-04-19 16:07:44 +02:00
HOW_TO_HANDLE_PULL_REQUESTS.md Added to HOW_TO_HANDLE_PULL_REQUESTS.md 2017-04-02 16:46:41 +02:00
LICENSES.md More revisions to the LICENSES.md file 2016-09-02 10:17:09 +02:00
Makefile Update Makefile so 'release' depends on 'dist' 2017-04-18 17:35:12 +02:00
PYTHON_STYLE_GUIDE.md NGINX frontend for MongoDB and BigchainDB (#1304) 2017-03-22 14:25:25 +01:00
README.md Attempt to fix non-rendering Doc Status badge 2016-10-21 10:25:07 +02:00
ROADMAP.md Changed ROADMAP.md to link to the new roadmap location 2016-05-19 19:20:48 +02:00
Release_Process.md minor addition to Release_Process.md 2017-04-19 16:52:03 +02:00
codecov.yml Remove benchmarking-tests folder. 2017-04-03 11:57:56 +02:00
docker-compose.yml Upgrade MongoDB in docker-compose file 2017-04-18 16:14:21 +02:00
docs.yml Correct path to server html docs 2017-01-16 08:29:17 -05:00
pytest.ini Add code, have fun! 2016-02-10 19:55:33 +01:00
setup.cfg Add flake8 option to setup.cfg 2017-01-11 05:13:27 -05:00
setup.py Add WebSocket server 2017-04-07 09:16:22 +02:00
tox.ini Set base version for Python to 3.6 in tox.ini 2017-03-31 11:21:51 +02:00

README.md

PyPI PyPI Travis branch Codecov branch Documentation Status Join the chat at https://gitter.im/bigchaindb/bigchaindb

BigchainDB Server

BigchainDB is a scalable blockchain database. The whitepaper explains what that means.

Get Started with BigchainDB Server

Quickstart

Set Up & Run a Dev/Test Node

Run BigchainDB Server with Docker