Fork me on GitHub
#off-topic
<
2017-06-20
>
dpsutton17:06:43

Will do. Thanks very much

liath17:06:05

The fastest I can load data into AWS Firehose before ES starts panicking is about 4k records/s. I suspect this is because the cluster is very small but AWS managed ES is kind of weird

roberto17:06:06

yeah, AWS managed ES is weird. We try very hard not to use it.

liath17:06:18

I do kind of miss running our own clusters but Firehose was super convenient and replaced a very fragile logstash setup.

liath17:06:18

I don't have a frame of reference for what kinds of ingestion rates are normal for ES.

liath17:06:56

I've always assumed ours would be on the slow side because our records are sparse

roberto17:06:55

it depends on many factors, like shards, the size of the documents, etc.

liath17:06:00

Docs are like 1kb, shards are set to default 5/1, two data nodes and three masters

liath17:06:40

We could probably turn off replicas in hind sight, it takes all of 30 minutes to rehydrate the index from s3

souenzzo23:06:22

What is the easiest way to get an ast from clojure code? I'm trying this example but its broken: https://github.com/clojure/tools.analyzer#example-usage I want to try to write an emitter to python, "just for fun".

noisesmith23:06:32

how is the example broken?