Meet BigchainDB. The blockchain database. https://www.bigchaindb.com/
Go to file
kansi 95ea4929d4 Added description of test setup 2018-01-05 13:55:24 +05:30
.ci Merge branch 'master' into tendermint 2017-11-29 17:18:00 +01:00
.github Add standard template for creating PRs (#1776) 2017-11-20 14:08:57 +01:00
bigchaindb Merge pull request #1928 from bigchaindb/feat/integrate-event-stream 2017-12-20 16:06:16 +01:00
compose Add dev setup of 4 nodes with docker-compose 2017-11-23 16:22:16 +01:00
docs Merge pull request #1945 from bigchaindb/update-some-docs-in-the-production-nodes-section 2017-12-20 16:13:13 +01:00
k8s Updated Docker image to 1.3.0 in k8s YAML files 2017-11-21 18:58:41 +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 Added description of test setup 2018-01-05 13:55:24 +05:30
scripts/benchmarks Update benchmark python script 2017-06-14 11:00:50 +02:00
snap set the version of the snap using git tags 2017-05-24 14:53:46 +02:00
tests Merge pull request #1928 from bigchaindb/feat/integrate-event-stream 2017-12-20 16:06:16 +01:00
tmdata Add docker-compose for tendermint integration dev 2017-11-23 16:22:16 +01:00
.dockerignore Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
.gitignore Removed old AWS testing cluster stuff including docs 2017-11-30 17:50:22 +01:00
.pre-commit-config.yaml Pre commit styling (#1914) 2017-11-30 15:04:14 +01:00
.travis.yml Flat UTXO collection and first integration with Tendermint™ (#1822) 2017-11-10 17:53:57 +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 Fix docker files 2017-11-07 18:44:51 +05:30
docker-compose.docs.yml Use more explicit names for docker-compose files 2017-08-02 17:38:18 +02:00
docker-compose.network.yml Update docker compose files for tendermint 2017-12-01 15:37:42 +01:00
docker-compose.rdb.yml Fix docker files 2017-11-07 18:44:51 +05:30
docker-compose.tendermint.yml Update docker compose files for tendermint 2017-12-01 15:37:42 +01:00
docker-compose.yml Merge branch 'master' into tendermint 2017-11-29 17:18:00 +01:00
pytest.ini Integrate api GET "/transactions?asset_id={asset_id}&operation=" 2017-11-23 16:27:35 +01:00
setup.cfg Add flake8 option to setup.cfg 2017-01-11 05:13:27 -05:00
setup.py Removed pytest-catchlog from setup.py & fixed one failing test 2017-12-07 13:33:57 +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