Sprint 1: Get usage data for CF services via API
What we're after
First attempt before moving on to the full issue: #3285.
On API call, the service will get usage data for Cloud Foundry services and put it into an in-memory database. A call to the admin API will trigger the action. A call to the user-facing API will allow getting the information.
Security considerations
To start, this will not be deployed anywhere, and will not have any auth.
Notes for implementers
- Plan to use the official
cloudfoundry/go-cf-clientpackage.