Skip to content

Instantly share code, notes, and snippets.

View justincaldwell's full-sized avatar

Justin Caldwell justincaldwell

View GitHub Profile

Elasticsearch Options

  1. Three master+data nodes
  • Three r3.xlarge.elasticsearch nodes (4 cpu, 30G memory, 80G ssd)
  • all serve as master and data nodes
  • can't do multi availibility zones
    • aws es service is limited to 2 azs max so if you want to do multiple azs, node count needs to be even
  • $1058 a month
  1. Four master+data nodes
  • same as above but use 4 nodes to get multiple azs
Sat Mar 25 23:04:51 UTC 2017
Verifying my Blockstack ID is secured with the address 13QUCUXYTzi1eiet9GbKoJriPAeG3R53a8 https://explorer.blockstack.org/address/13QUCUXYTzi1eiet9GbKoJriPAeG3R53a8
### Keybase proof
I hereby claim:
* I am justincaldwell on github.
* I am justincaldwell (https://keybase.io/justincaldwell) on keybase.
* I have a public key ASB1n6ULGfLGr6JUlrE2BHTKYFqvIqhzgalWQrDMY4hcvAo
To claim this, I am signing this object:

Recommended books on complex systems

  • Introduction to General Systems Thinking - Gerald Weinberg
  • Antifragile - Nassim Nicholas Taleb
  • Chaos - James Gleick
  • Scale - Geoffrey West