18F / open-data-maker

make it easy to turn a lot of potentially large csv files into easily accessible open data
Other
199 stars 135 forks source link

[WIP] Connect to all available ES instances #208

Closed yozlet closed 8 years ago

yozlet commented 9 years ago

Implements #207. This tweaks the ES connection code so it looks for Cloud Foundry services with the elasticsearch tag and connects to all of them, rather than a single one. The aim is to round-robin ES requests across the cluster to spread load.

ultrasaurus commented 9 years ago

We don't want to round-robin when indexing...

ultrasaurus commented 8 years ago

To add more detail to the prior comment: with round-robin indexing we get multiple partial indexes, so that approach won't work for creating the index. Closing this issue.