Sam Ritchie
Sam Ritchie
Here were some thoughts I'd had on that a while back: https://github.com/twitter/storehaus/issues/47 I had realized that something like this would allow us to re-implement https://github.com/nathanmarz/elephantdb using only storehaus stores. (ElephantDB...
I'd love to pick this back up again and pair if you're into it. I really like this idea.
Yes, it's well defined for a given versionedstore (which is a readablestore[K, (Long, V)]. The usual ReadableStore combinators would allow you combine multiple versioned stores.
You can check if it worked once the tests pass by running `travis cache` at the command line.
Well, I guess the tests have been erroring for quite some time. Maybe this isn't the best project to test this opt on.
realtime is the future. Any negativity or inference that there might be a problem with Storm is a sign of impending codgerhood.
@johnynek merged develop since tests now pass. Pushed again.
I'm seeing ``` Setting up build cache $ export CASHER_DIR=$HOME/.casher 0.03s$ Installing caching utilities 0.48sattempting to download cache archive found cache ``` Unclear how much time's getting saved on the...
Or if your metric is "distance away from a 1 hour run time", I'm seeing 50% improvement :)
@johnynek Didn't we add something early on to disable map-side caching in the storm aggregator if anyone consumed the output of sumByKey? I know we talked about that. I can...