Upload
Upload files and stream events in to a running Joule process
Overview
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.
Upload and consume data files
post
topicIdstringRequiredTopic id to consume events on
POST /joule/consumer/file/{topicId} HTTP/1.1
Host:
Accept: */*
Consume a single or an array of StreamEvents as a Json object
post
topicIdstringRequiredTopic id to consume events on
POST /joule/consumer/stream/{topicId} HTTP/1.1
Host:
Accept: */*