microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.32k stars 567 forks source link

JVM language support #859

Closed patelprateek closed 1 year ago

patelprateek commented 1 year ago

planning to replace some rocksdb instances used for petabyte scale storage with faster-kv. Most of the indexing pipelines are in java , curios if we have jni implementation ?

badrishc commented 1 year ago

We don't have this, but it would be a good idea to contribute.