Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 648 Bytes

File metadata and controls

34 lines (24 loc) · 648 Bytes

databend-meta

Standalone meta-service for Databend, built on OpenRaft.

Crates

Crate Description
service Meta service server
client Client library for connecting to meta service
types Shared types and data structures
kvapi Key-value API abstraction
raft-store Raft log and state machine storage
sled-store Sled-based persistent storage

Build

# Install dev tools
make setup

# Build
make build

# Run tests
make test

# Lint
make lint

License

Apache-2.0