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
Path parameters
topicIdstringRequired

Topic id to consume events on

Responses
202
Accepted
post
POST /joule/consumer/file/{topicId} HTTP/1.1
Host: 
Accept: */*

No content

Consume a single or an array of StreamEvents as a Json object

post
Path parameters
topicIdstringRequired

Topic id to consume events on

Responses
202
Accepted
post
POST /joule/consumer/stream/{topicId} HTTP/1.1
Host: 
Accept: */*

No content

Last updated

Was this helpful?