mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
862 B
862 B
Production Node Assumptions
Be sure you know the key BigchainDB terminology:
- BigchainDB node, BigchainDB cluster and BigchainDB consortum
- dev/test node, bare-bones node and production node
We make some assumptions about production nodes:
- Production nodes use MongoDB, not RethinkDB.
- 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.
You can use RethinkDB when building prototypes, but we don't advise or support using it in production.
We don't provide a detailed cookbook explaining how to secure a server, or other things that a sysadmin should know. We do provide some templates, but those are just starting points.