Add command to configure number of shards.

Changed aws deployment script to automatically set the number of shards.
Created tests
This commit is contained in:
Rodolphe Marques
2016-05-09 16:45:09 +02:00
parent 5c26bb439a
commit 9f959fc6ed
5 changed files with 49 additions and 1 deletions

View File

@@ -43,3 +43,10 @@ This command is used to run benchmarking tests. You can learn more about it usin
```text
$ bigchaindb load -h
```
### bigchaindb sharding
This command is used to configure the number of shards in the underlying datastore, for example:
```text
$ bigchaindb sharding 3
```