Домой United States USA — software Generating Simulated Streaming Data

Generating Simulated Streaming Data

206
0
ПОДЕЛИТЬСЯ

In this article, learn more about using the Python library, Faker, to build synthetic data for tests and utilize Pulsar to send messages to topics at scale.
Join the DZone community and get the full member experience. 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.

Continue reading...