-
Persistent stores: glacier, RDS
-
Transient stores: SQS, SNS
-
Ephemeral stores: EC2 instance, Memcached
-
IOPS: how fast we can read/write
-
Throughput: how much data can be moved at a time
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Tested with: | |
Mongo 3.0.12 | |
pymongo 3.3.0 | |
Elasticsearch 2.1.2 | |
Kibana 4.3.3 | |
elasticsearch python 2.1.0 | |
''' |