Upload files and stream events in to a running Joule process
Last updated 4 months ago
Was this helpful?
The Upload API allows developers to upload a file and/or a array of StreamEvents in to a running Joule process ready for stream processing.
/joule/consumer/file/{topicId}
Topic id to consume events on
curl -L \ --request POST \ --url '/joule/consumer/file/{topicId}'
No body
/joule/consumer/stream/{topicId}
curl -L \ --request POST \ --url '/joule/consumer/stream/{topicId}'