What is the best way to create a fake stream for a POC?

Hello!

I am testing out a proof of concept (POC) with foundry and I would love to have a new mock request come in every 30 seconds. Since this is a POC, I don’t think there’s a need to go through the hassle of actually setting up a streaming service.

Ideally, every 30 seconds, the final workshop app can continuously update and show the new requests as they come in. In other words, I want a continuous way to add to and update my object set every 30 seconds.

I’m a little lost of what Foundry tools or configurations can be used to do this most effectively.

Thank you!

Using https://www.palantir.com/docs/foundry/data-connection/push-based-ingestion with a Python script running on your laptop is what most folks do!

1 Like