Popularity
8.1
Growing
Activity
8.4
-
1,935
27
171

Programming language: Go
License: Apache License 2.0
Tags: Database    
Latest version: v1.0.0

lotusdb alternatives and similar packages

Based on the "Database" category.
Alternatively, view lotusdb alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of lotusdb or a related project?

Add another 'Database' Package

README

LotusDB is a fast k/v database compatible with LSM tree and B+ tree.

Key features:

  • Combine the advantages of LSM and B+ tree

  • Fast read/write performance

  • Much lower read and space amplification than typical LSM

Design Overview

LotusDB is inspired by a paper named SLM-DB in USENIX FAST ’19, and the Wisckey paper also helps a lot.

Quick Start

1. embedded usage: see examples.

Documentation

see wiki.

Community

Welcome to join the Slack channel and Discussions to connect with LotusDB team members and other users.

If you are a Chinese user, you are also welcome to join our WeChat group, scan the QR code and you will be invited:

Contributing

see CONTRIBUTING.md

License

LotusDB is under the Apache 2.0 license. See the LICENSE file for details.


*Note that all licence references and agreements mentioned in the lotusdb README section above are relevant to that project's source code only.