Re: core.async top use cases

2016-10-02 Thread Derek Troy-West
Fine grained control of parallelism is a superb aspect of core.async. Cassandra is a distributed database, often a query requires you resolve-on-read denormalised data partitioned multiple ways (semantically, by time, etc). You can think of it like a grid I guess. Lets say I have a query that I

Re: http-kit for duct

2016-10-02 Thread ngettypogzli
Hi I'm new to clojure and duct. How can I change system.edn so that i can use Danielsz http-kit component. tnx -ngetty -- You received this message because you are subscribed to the Google Groups "Clojure" gr