📄️ Generate
Generate is an input component that generates test data.
📄️ HTTP
The HTTP input component receives data from HTTP endpoints.
📄️ Kafka
The Kafka input component consumes messages from a Kafka topic. It provides reliable message consumption with consumer group support and configurable offset management.
📄️ Memory
The Memory input component reads data from an in-memory message queue.
📄️ Modbus
The Modbus input component receives data from Modbus TCP devices, supporting various register types.
📄️ MQTT
The MQTT input component receives data from an MQTT broker.
📄️ NATS
The NATS input component receives data from a NATS server, supporting both regular NATS and JetStream modes.
📄️ Redis
The Redis input component receives data from a Redis server, supporting both pub/sub and list modes.
📄️ SQL
The SQL input component allows you to query data from various input sources using SQL. It supports both local file-based data sources and database connections, with optional distributed computing capabilities through Ballista.