Sunday, March 6, 2022

Generating Simulated Streaming Data

For demos, system tests, and other purposes, it is good to have a way to easily produce realistic data at scale utilizing a schema of our own choice.

Fortunately, there is a great library for Python called Faker that lets us build synthetic data for tests. With a simple loop and a Pulsar produce call, we can send messages to topics at scale.



from DZone.com Feed https://ift.tt/pDhw0o9

No comments:

Post a Comment