KeeganMyers

Results 5 comments of KeeganMyers

I've been running all application services in their own docker instances for a while. It works extremely well so far. Just bind the required docker ports when setting up the...

For rest this is (require '[clojurewerkz.elastisch.rest :as er]) (er/get conn "http://localhost:9200") for native you should be able to use (require ' [clojurewerkz.elastisch.native :as es]) (import '[org.elasticsearch.action.get GetRequest]) (es/get conn (GetRequest....

Just adding my two cents. I started working on a fork previously that used inferno and found converting from react to inferno to be very simple. However, I only used...

+1 I'm currently in the same situation as of version 4.2.0

I'm very new to Dagster but would it be possible to wrap SQLite calls in a Mutex in the IOManager. That could resolve the too many files issue without dealing...