A streaming example that streams records from a Postgres table/query and writes in JSON format them to a BLOB.
Dependencies:
docker-compose up
apex build
nanobus run --debug
Invoke via HTTP
curl -L -X POST 'http://localhost:8080/process' \
-H 'Content-Type: application/json' \
--data-raw '{}'
echo '{}' | nanobus invoke --developer-mode bus.ts streamer.v1.Streamer::process