Closed decaruju closed 9 months ago
I setup an engine which receives data from the browser, everything seems to be working properly.
I would like to send the data to a membrane pipeline for post-processing before saving it to a file.
Is there a simple way to send the data between the engine and the pipeline ?
Currently the solution I have is creating a custom endpoint which sends the data to the pipeline.
Hi @decaruju! Sorry for the late response. Right now, the only possible way is to create your own endpoint. Keep in mind that you might run your pipeline inside this endpoint too
I setup an engine which receives data from the browser, everything seems to be working properly.
I would like to send the data to a membrane pipeline for post-processing before saving it to a file.
Is there a simple way to send the data between the engine and the pipeline ?
Currently the solution I have is creating a custom endpoint which sends the data to the pipeline.