This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-20
Channels
- # beginners (106)
- # boot (25)
- # cider (2)
- # cljs-dev (100)
- # cljsjs (1)
- # cljsrn (8)
- # clojure (90)
- # clojure-brasil (1)
- # clojure-dev (7)
- # clojure-greece (2)
- # clojure-italy (4)
- # clojure-madison (1)
- # clojure-russia (15)
- # clojure-serbia (15)
- # clojure-spec (13)
- # clojure-uk (32)
- # clojurescript (88)
- # cursive (19)
- # datascript (13)
- # datomic (32)
- # defnpodcast (1)
- # dirac (43)
- # euroclojure (1)
- # graphql (5)
- # hoplon (11)
- # immutant (1)
- # jobs (6)
- # lein-figwheel (2)
- # liberator (2)
- # luminus (14)
- # lumo (22)
- # off-topic (12)
- # om (9)
- # onyx (49)
- # parinfer (45)
- # precept (4)
- # protorepl (2)
- # reagent (14)
- # ring-swagger (3)
- # sql (1)
- # test-check (58)
- # timbre (3)
- # untangled (86)
@dpsutton Worth a read: https://www.elastic.co/guide/en/elasticsearch/reference/master/tune-for-indexing-speed.html
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
I do kind of miss running our own clusters but Firehose was super convenient and replaced a very fragile logstash setup.
We could probably turn off replicas in hind sight, it takes all of 30 minutes to rehydrate the index from s3
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".
how is the example broken?