Tutorial - Ingesting data and configuring a domain
Device Management Enablement uses a common data ingest mechanism. Sensor or meter data that is exported from data management systems as CSV files is ingested into Device Management Enablement internal data stores. With Device Management Enablement, you can build a customized data consolidation plan to gather and reconcile data from many sources. Use this tutorial to familiarize yourself with importing data.
Figure 1 describes a sample framework showing the components and relationships that are used in data ingest and domain configuration.

When the CSV file is exported from the data management system, the data is placed in a WebSphere® Message queue. A channel is configured to receive the data.
The data ingestion simulator (at /opt/IBM/water/MLHubAdapter/simulator_csv_receiver on the application server) monitors the incoming folder in simulator_csv_receiver for any CSV file. When a message that contains measurement data is placed in the incoming folder, the data in the CSV file is updated in the Device Management Enablement analytic data stores.
The simulator publishes CSV data to a topic. The topic name is entered in the simulator.properties file in the simulator. This topic name should be same as the topic name entered during channel creation.