We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d45b1 commit 57d9ca4Copy full SHA for 57d9ca4
src/meta/README.md
@@ -4,7 +4,6 @@ Databend Meta is a transactional metadata service.
4
5
- [`api`](./api/), the user level api interface exposed based on the KVApi implementation.
6
- [`app`](./app/), defines meta data types used by meta-client application.
7
-- [`embedded`](./embedded/), a meta store backed with a local sled::Tree.
8
- [`grpc`](client/), the client library based on grpc and is used to communicate with meta service.
9
- [`protos`](./protos/) defines the protobuf messages a meta client talks to a meta server.
10
- [`proto-conv`](./proto-conv/) defines how to convert metadata types in rust from and to protobuf messages.
0 commit comments