mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
795 B
795 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.
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.