Troy McConaghy abdd23f5a6 Problem: Source files contain no license info (#2455)
* 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 -*-
2018-08-16 12:31:32 +02:00

771 B

Production Node Assumptions

Be sure you know the key BigchainDB terminology:

We make some assumptions about production nodes:

  1. Production nodes use MongoDB (not RethinkDB, PostgreSQL, Couchbase or whatever).
  2. Each production node is set up and managed by an experienced professional system administrator or a team of them.
  3. Each production node in a cluster is managed by a different person or team.