Skip to content

Instantly share code, notes, and snippets.

@mtyrrell
mtyrrell / README.md
Last active July 21, 2020 20:39
Example of an HTTP front-end event producer with NATS streaming

HTTP front end for streams

Example of a lightweight approach to providing an API facade for a distributed queue. In this case benthos provides a simple HTTP front end that translates POST JSON payloads into events on a NATS stream.

Demo

Start Dependencies via docker-compose

docker-compose up