Meet BigchainDB. The blockchain database. https://www.bigchaindb.com/
Go to file
Alberto Granzotto e07b5f1f55 Merge pull request #282 from bigchaindb/update-roadmap
Update ROADMAP.md
2016-05-13 13:47:18 +02:00
benchmarking-tests replace tx/s by `nan` for the first result 2016-05-11 16:20:24 +02:00
bigchaindb Merge branch 'remove-plugin-load-bottleneck' 2016-05-11 16:51:11 +02:00
deploy-cluster-aws Commit a 128-keypair keypairs.py file for testing uses 2016-05-10 15:53:20 +02:00
docs Fix typo: add missing "is" 2016-05-11 16:11:53 +02:00
speed-tests Add lru_cache to load_consensus_plugin 2016-05-11 16:25:59 +02:00
tests Merge branch 'remove-plugin-load-bottleneck' 2016-05-11 16:51:11 +02:00
.dockerignore Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
.gitignore Commit a 128-keypair keypairs.py file for testing uses 2016-05-10 15:53:20 +02:00
.travis.yml Add xdist to travis 2016-02-19 00:26:38 +01:00
CHANGELOG.md updated changelog 2016-05-03 11:46:33 +02:00
CODE_OF_CONDUCT.md Added protection for discrimination based on species 2016-02-23 15:26:11 +01:00
CONTRIBUTING.md Minor edits to CONTRIBUTING.md 2016-04-13 11:45:15 +02:00
Dockerfile Update documentation 2016-04-27 17:14:33 +02:00
HOW_TO_HANDLE_PULL_REQUESTS.md Minor edit in HOW_TO_HANDLE_PULL_REQUESTS.md 2016-04-04 11:44:54 +02:00
LICENSES.md Re-add link to licenses in the docs 2016-03-08 10:30:43 +01:00
PYTHON_STYLE_GUIDE.md Python Style Guide: How to Format Long import Statements 2016-04-29 15:01:36 +02:00
README.md Fix broken Readme links 2016-05-07 11:56:32 +12:00
ROADMAP.md Update ROADMAP.md 2016-05-13 13:44:26 +02:00
codecov.yml added version.py to codecov ignore 2016-05-03 11:52:23 +02:00
docker-compose-monitor.yml Added option to specify a mount point for influxdb. 2016-05-03 16:30:30 +02:00
docker-compose.yml run the loader inside a running container 2016-04-26 10:45:05 +02:00
pytest.ini Add code, have fun! 2016-02-10 19:55:33 +01:00
roadmap.jpg Add files via upload 2016-05-13 10:52:41 +02:00
setup.cfg Add code, have fun! 2016-02-10 19:55:33 +01:00
setup.py Initial implementation of speed tests 2016-05-11 08:56:47 +02:00

README.md

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

BigchainDB

A scalable blockchain database. The whitepaper explains what that means.

Quick Start

Install and Run BigchainDB Server

Run BigchainDB with Docker

The Python Server API by Example

The Python Driver API by Example