LiveRamp / hank

(DEPRECATED. This project is no longer used or maintained at LiveRamp.) Hank is a high performance distributed key-value NoSQL database that we built and use at LiveRamp. It is designed for very large data stores that dwarf the amount of available main memory and for randomly distributed read/write workloads that far exceed the capacity of memory-based caches. More specifically, it is optimized for very low latency random read queries and for very high throughput incremental batch writes.
Other
172 stars 66 forks source link

publish to Sonatype instead #342

Closed joshk0 closed 5 years ago

joshk0 commented 5 years ago

following LiveRamp/daemon_lib#26


This change is Reviewable

joshk0 commented 5 years ago

@tuliren -- any idea why the build is failing here? don't think it was me

tuliren commented 5 years ago

No idea. Maybe there is a flaky unit test? I will be AFK for a while. Can look into this in the afternoon.

joshk0 commented 5 years ago

oh ok, i got confused who to ask, maybe @bpodgursky could chime in here