| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Build proto (Optional, I have done this for you but you have to rebuild it if you make changes to the protofile)
sudo pip install grpcio requests cd service ./script/gen ./script/gen_kv.pb cd -
Build go service (Optional, I have built this for you, feel free to rebuild it if security is a concern for you)
script/bootstrap ./script/build
Startup docker-compose
docker-compose up --build
Do request
docker-compose exec python /client/client.py set foo bar docker-compose exec python /client/client.py get foo docker-compose exec python /client/client.py count
| Back | FazBrowse Home | New Git URL |