ibm-openshift-guide
Overview
This repository illustrates a reference implementation of Senzing on IBM Cloud Pak for Data.
The instructions show how to set up a system that:
- Reads JSON lines from a file on the internet.
- Sends each JSON line to a message queue.
- Reads messages from the queue and inserts into Senzing.
- Reads information from Senzing via Senzing API Server server.
- Views resolved entities in a web app.
For more information, see Senzing Entity Resolution for IBM Cloud Pak for Data.
The following diagram shows the relationship of the Helm charts, docker containers, and code in this IBM Cloud Pak for Data reference implementation.
Implementation
The following table indicates the instructions for variations in components.
-
Component variants:
- Message queue
- RabbitMQ
- Database
- Db2
- Message queue
-
Implementations of the docker formation:
Queue Database Instructions Comments RabbitMQ Db2 📄 Recommended implementation.