NGC Catalog
CLASSIC
Welcome Guest
Containers
Digital Fingerprinting Mock Data

Digital Fingerprinting Mock Data

For copy image paths and more information, please view on a desktop device.
Logo for Digital Fingerprinting Mock Data
Description
The mock-data image contains a data server capable of hosting sample authentication data.
Publisher
NVIDIA
Latest Tag
0.2.0
Modified
May 1, 2025
Compressed Size
68.19 MB
Multinode Support
No
Multi-Arch Support
No
0.2.0 (Latest) Security Scan Results

Linux / amd64

Sorry, your browser does not support inline SVG.

Digital Fingerprinting Mock Data

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.

HTTP 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:

  • http://SERVER/inference.json
  • http://SERVER/train.json

Kafka Mode

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.