gRPC Client for Vitess
This is a Rust gRPC client for Vitess. It is generated from the Vitess proto files using tonic.
Usage
To use this crate, add the following to your Cargo.toml:
[]
= "0.1"
= { = "1.0", = ["full"] }
Example
You can find an example of how to use this crate in the examples directory.
Examples can be run with:
cargo run --example <example_name>
Available examples are:
- vstream-consumer: A simple vstream consumer, which prints the events it receives.
License
The files in the proto directory are copied from the Vitess repository and are licensed under the Apache License, Version 2.0. See the
Vitess LICENSE file for more details.
The rest of the code in this repository is licensed under the MIT license. See the LICENSE file for more details.