Linux / amd64
The mock-data image contains a data server capable of hosting sample authentication data. This container image is part of the Morpheus Digital Fingerprinting AI Workflow. This server is typically run in one of two modes: HTTP Mode and Kafka Producer Mode.
This mode hosts an HTTP server and allows files to be downloaded in JSON format. It is typically started with the folowing arguments:
http --dataset-dir=/data
The datasets can be downloaded at:
This mode produces random rows of data into an existing Kafka topic to simulate a live stream of data. It is typically started with the following arguments:
kafka --dataset-dir=/data --kafka-bootstrap=BOOSTRAP:PORT --kafka-topic=YOUR_TOPIC --event-rate=10
The event rate is measured in messages per second. The rate of data points produced will be a random distribution around this number. Additional replicas can be made of the running data to easily scale the data production to simulate influxes in data.