github.com/m3db/m3@v1.5.0/examples/dbnode/proto_client/README.md (about) 1 # Protobuf Client Example 2 3 1. Setup an M3DB container as described in the [using M3DB as a general purpose time series database guide](https://docs.m3db.io/how_to/use_as_tsdb). 4 2. Modify `config.yaml` with any changes you've made to the default configuration. Also if you make any changes to M3DB's configuration make sure to do so before restarting the container as M3DB does not reload YAML configuration dynamically. 5 3. Execute `go run main.go -f config.yaml`