FlyDB
FlyDB copied to clipboard
The high-performance kv storage engine based on bitcask paper made in golang
1. Use Testcontainers to conduct integration testing of the FlyDB CLI 2. Build the FlyDB gRPC service Docker image using multi-stage builds to avoid dependencies on external builds, resulting in...
1. update engine/db.go log 2. providing API based on logs for operation retries and recovery
This pull request introduces a unified data structure management system for the FlyDB project. It adds a `DataStructureManager` class to provide a single interface for managing multiple data structures, all...