Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 595 Bytes

meta_model_visualization.md

File metadata and controls

20 lines (12 loc) · 595 Bytes

Meta model visualization

As a part of this tutorial, we will see how to visualize the hierarchical model, document model, flattened model, and search inside model.

Processing step

  1. Importing differnt type of producer model
  2. Search attribute insdie model

Technical setup

  1. JSON, XML, JSON file as data producer
  2. Kafka for event streaming to ingest and process data in real-time
  3. Kafka topic for consumers 1 and 2
  4. Kolle for metadata repository and automation

Show me

Introduction