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.

Linux

stream-loader.py can be run directly on Linux. Simply download the python script and run.

More information...

Docker

stream-loader.py is wrapped in a docker container.

docker pull senzing/stream-loader:

More information...

Kubernetes

Install Helm Chart.

helm install --set image.tag= ... senzing/stream-loader

More information...

AWS Elastic Container Service

More information...

Ansible

stream-loader.py can be installed using ansible.

ansible-galaxy install senzing.ansible_role_stream_loader,

More information...