Jim Klucar
Jim Klucar
Publish docker images, tagged with timely release numbers to docker hub.
I found a good convention for JSON messages over web sockets, and suggest we switch to it. Basically we would always reply with a JSON array, the first element of...
Postgres has a foreign data wrapper capability that allows you to expose data to postgres. The postgres engine will process sql queries over your data set. I did some experimentation...
Here's a gist with what I've been toying with for a new API. Not totally complete yet, but my refactor was leading towards supporting this. https://gist.github.com/klucar/12fc2ace5997a2f3f53dad41fc0245ce
In an effort to evolve the API, I started to refactor the codebase. My goal was to make the external API/interfaces (rest, web socket, etc) completely separable from the Accumulo...
dividing by the time difference between two samples while calculating the rate of a time series is the correct way. Since we have the filter iterator, it would be interesting...
statsd.jvm.\* for M/R jobs have tags instance=jvm___[m,r]_ this should be broken into tags like instance=_ mapper= or reducer= or something similar.
The Server constructor has the side effect of actually starting the Server. Server should implement an interface with methods like start, stop. Then we can inject a Server instance like...
The current websocket interface has the server close the websocket after the query results are sent to the client. By doing that, the websocket is not adding any functionality over...
I can't seem to get anything working with my .ssh/config file. The instructions say that it will use a key from .ssh/confg but it doesn't seem to use host aliases,...