Meet BigchainDB. The blockchain database. https://www.bigchaindb.com/
Go to file
vrde 55073366ec Problem: new env vars are not managed by the conf
Solution: add `BIGCHAINDB_` to new tendermint vars. Reference:
https://github.com/bigchaindb/bigchaindb/pull/2039#discussion_r167880795
2018-02-14 12:18:59 +01:00
.ci Docker compose for travis (#2039) 2018-02-14 10:19:04 +01:00
.github Add standard template for creating PRs (#1776) 2017-11-20 14:08:57 +01:00
bigchaindb Problem: new env vars are not managed by the conf 2018-02-14 12:18:59 +01:00
compose Problem: new env vars are not managed by the conf 2018-02-14 12:18:59 +01:00
docs Problem: statsd config is no longer supported 2018-02-13 14:35:47 +01:00
k8s Improving code readability 2018-01-04 14:53:23 +01:00
network Add some docs 2017-11-23 16:22:16 +01:00
pkg Scripts to bootstrap devstack setup for bigchaindb with tendermint (#1887) 2017-12-11 17:03:32 +01:00
proposals Merge branch 'master' into tendermint 2017-12-20 16:11:00 +01:00
snap set the version of the snap using git tags 2017-05-24 14:53:46 +02:00
tests Problem: new env vars are not managed by the conf 2018-02-14 12:18:59 +01:00
tmdata Problem: tmdata tracked files change in dev env 2018-02-13 12:02:34 +01:00
.dockerignore Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
.gitignore Problem: .pytest_cache is tracked by git 2018-02-12 18:29:22 +01:00
.pre-commit-config.yaml Pre commit styling (#1914) 2017-11-30 15:04:14 +01:00
.travis.yml Docker compose for travis (#2039) 2018-02-14 10:19:04 +01:00
CHANGELOG.md Updated CHANGELOG.md for the v1.3 release 2017-11-21 18:41:44 +01:00
CODE_OF_CONDUCT.md Added protection for discrimination based on species 2016-02-23 15:26:11 +01:00
CONTRIBUTING.md Updated the CONTRIBUTING.md file for the tendermint branch 2017-12-07 10:45:52 +01:00
Dockerfile Support for advertised host, port, scheme for Websockets (#1703) 2017-08-08 12:04:58 +02:00
Dockerfile-dev Support for advertised host, port, scheme for Websockets (#1703) 2017-08-08 12:04:58 +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 Edited two LICENSES.md files 2017-09-25 16:20:47 +02:00
Makefile Flat UTXO collection and first integration with Tendermint™ (#1822) 2017-11-10 17:53:57 +01:00
PYTHON_STYLE_GUIDE.md Pre commit styling (#1914) 2017-11-30 15:04:14 +01:00
README.md Fix "Set Up & Run a Dev/Test Node" link 2017-11-15 16:31:46 +05:30
RELEASE_PROCESS.md Minor revisions to RELEASE_PROCESS.md following the release of v1.1 2017-09-27 13:50:20 +02:00
ROADMAP.md Changed ROADMAP.md to link to the new roadmap location 2016-05-19 19:20:48 +02:00
TENDERMINT_INTEGRATION.rst Add some docs 2017-11-23 16:22:16 +01:00
codecov.yml Removed old AWS testing cluster stuff including docs 2017-11-30 17:50:22 +01:00
docker-compose.benchmark.yml Problem: statsd config is no longer supported 2018-02-13 14:35:47 +01:00
docker-compose.docs.yml Use more explicit names for docker-compose files 2017-08-02 17:38:18 +02:00
docker-compose.network.yml Problem: new env vars are not managed by the conf 2018-02-14 12:18:59 +01:00
docker-compose.rdb.yml Fix docker files 2017-11-07 18:44:51 +05:30
docker-compose.ssl.yml Add docker-compose file for mongodb ssl tests 2017-12-22 18:03:57 +01:00
docker-compose.tendermint.yml Problem: new env vars are not managed by the conf 2018-02-14 12:18:59 +01:00
docker-compose.travis.yml Problem: new env vars are not managed by the conf 2018-02-14 12:18:59 +01:00
docker-compose.yml Merge branch 'master' into tendermint 2017-11-29 17:18:00 +01:00
pytest.ini Add tendermint marker to pytest.ini 2018-02-08 15:41:44 +01:00
setup.cfg Add flake8 option to setup.cfg 2017-01-11 05:13:27 -05:00
setup.py Docker compose for travis (#2039) 2018-02-14 10:19:04 +01:00
tox.ini Integrate cryptoconditions version 02 2017-06-22 14:56:22 +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

Run BigchainDB Server with Vagrant

Run BigchainDB Server with Ansible