Streaming Dummy Data

Hi! I am looking to create a dummy data stream in pipeline builder, streaming already collected data that I uploaded into Foundry. I know I need to match a streaming pipeline to a stream, but I have no idea how to proceed with connected the static data from the stream pipeline. Ideally, the pre-set data would run in real time, as though it was being actually received from a sensor.

How can I make this work?

Have you tried following the example on the docs?

https://www.palantir.com/docs/foundry/data-connection/push-based-ingestion

Alternatively there are a few npm repos that could do this for you. But perhaps the easiest is to pick up a project like eventsim (on Github) and run that in a container?