yahoo / HaloDB

A fast, log structured key-value store.
https://yahoodevelopers.tumblr.com/post/178250134648/introducing-halodb-a-fast-embedded-key-value
Apache License 2.0
508 stars 100 forks source link

Where is it published? #58

Open darkfrog26 opened 3 years ago

darkfrog26 commented 3 years ago

I see that 0.5.5 and 0.5.6 have recently been released, but they are not published to https://yahoo.bintray.com/maven. Where can I get those artifacts? Also, is there any way this will ever be published to Maven Central?

bellofreedom commented 3 years ago

Good question. As binary is going to EOL, the whole Yahoo open source projects are suggested to move to GitHub packages or maven central.

But when I finished move to GitHub package I found it need keys to install. So I'll switch to maven central later. During this time, I'll also push 0.5.6 to binary as well.

maxim5 commented 3 years ago

Are the releases expected to be available here: https://mvnrepository.com/artifact/com.oath.halodb/halodb?repo=bt-yahoo ?

darkfrog26 commented 3 years ago

It's released as a GitHub Package now

maxim5 commented 3 years ago

Yeah, can see that. My question is about mvn/gradle repository.

darkfrog26 commented 3 years ago

For SBT, this is what I set: https://github.com/outr/lightdb/blob/master/build.sbt#L28

maxim5 commented 3 years ago

FYI, I found JitPack pretty helpful for those who don't want to deal with tokens and just get a dependency: https://jitpack.io/ But the group needs to be changed to:

implementation group: 'com.github.yahoo', name: 'HaloDB', version: 'v0.5.6'