This repository implements a common inventory system with eventing.
make init
make api
make build
./bin/inventory-api migrate --config .inventory-api.yaml
./bin/inventory-api serve --config .inventory-api.yaml
curl -H "Authorization: Bearer 1234" -H "Content-Type: application/json" --data "@data/host.json" http://localhost:8080/api/inventory/v1beta1/hosts