deephacks / lmdbjni

LMDB for Java
Apache License 2.0
204 stars 28 forks source link

Who's using LMDB for Java? #39

Closed krisskross closed 8 years ago

krisskross commented 8 years ago

Add comments on use case and good/bad experience as a user, open source project or company. Description of hardware, operating system, JVM spec, gotchas, opinions and other valuable information are welcome.

krisskross commented 8 years ago

No incident in one year of production use on virtualized Ubuntu precise Linux 3.13.0 running Java 8 and 7.

Use cases:

1) Queue for storing incoming traffic in protobuf format. A periodic job drains the queue and stores the data in HBase. 2) Immutable HBase query cache proxy for numeric id to string name lookup. 3) Immutable HBase query cache proxy for historical time series data.

Experience:

mauricioscastro commented 8 years ago

starting to use it here. so far, so GREAT!, as soon as I have more info and data about the results in terms of performance, practicality, etc I will add them here. for the moment, thanks so much for this.

krisskross commented 8 years ago

RxLMDB is an open source project that provide a RxJava API to lmdbjni.

krisskross commented 8 years ago

Moving to Wiki.