Stream Loader
Version -
The Senzing Stream Loader is used to pull messages from a queue and insert into the Senzing Model via the Senzing Engine.
For support, open an issue. If privacy is required, submit a ticket.
stream-loader.py
can be run directly on Linux. Simply
download the python script and run.
stream-loader.py
is wrapped in a docker container.
docker pull senzing/stream-loader:
Install Helm Chart.
helm install --set image.tag=
... senzing/stream-loader
stream-loader.py
can be installed using ansible.
ansible-galaxy install
senzing.ansible_role_stream_loader,