Upload files and stream events in to a running Joule process
Last updated 6 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.
Topic id to consume events on
POST /joule/consumer/file/{topicId} HTTP/1.1 Host: Accept: */*
Accepted
No content
POST /joule/consumer/stream/{topicId} HTTP/1.1 Host: Accept: */*