Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lawouach/producer


https://github.com/lawouach/producer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Producer service

This service has three endpoints:

* `/` which always returns the same JSON payload
* `/health` for health checks, always returns `200`
* `/inject/latency` which takes a query-string made of `value=` to
induce a slower response of `/`. The value is in seconds.

It produces data to be consumed by other services.