Computationally focused database using pluggable store + indexer
- Yahoo's HaloDB (https://github.com/yahoo/HaloDB)
- MapDB (https://mapdb.org)
- Facebook's RocksDB (https://rocksdb.org)
- Redis (https://redis.io)
- Apache Lucene (https://lucene.apache.org)
- SQLite (https://www.sqlite.org)
- H2 (https://h2database.com)
- DuckDB (https://duckdb.org)
- PostgreSQL (https://www.postgresql.org)
- Redis (https://redis.io)
To add all modules:
libraryDependencies += "com.outr" %% "lightdb-all" % "0.14.5"
For a specific implementation like Lucene:
libraryDependencies += "com.outr" %% "lightdb-lucene" % "0.14.5"