mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

* Problem: Source files contain no license info Solution: Add comments with SPDX license info to source files * Python 3 files don't need # -*- coding: utf-8 -*-
771 B
771 B
Production Node Assumptions
Be sure you know the key BigchainDB terminology:
- BigchainDB node, BigchainDB cluster and BigchainDB consortium
- dev/test node, bare-bones node and production node
We make some assumptions about production nodes:
- Production nodes use MongoDB (not RethinkDB, PostgreSQL, Couchbase or whatever).
- Each production node is set up and managed by an experienced professional system administrator or a team of them.
- Each production node in a cluster is managed by a different person or team.