Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.25 KB

README.md

File metadata and controls

53 lines (38 loc) · 2.25 KB

Vertebrate

Industrial Data Centric Tech Stack

Installation:

for Vertebrate project, we need extra libraries on terminal run:

  • pip install opcua confluent_kafka
  • pip install Flask

Running the Program

--------------Kafka - Terminal -------------- C:\10_Projects\Kafka\kafka

  • .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
  • .\bin\windows\kafka-server-start.bat .\config\server.properties

--------------Kafka UI - Docker -------------- Run the Docker for the Kafka UI

  • Kafka UI Container: http://localhost:8080/

  • Cluster ID = # was rYljdbXyQDSKW0su40H0kA

  • from now on will use node :9092

--------------PLC - Taskbar --------------

  • make sure the plc is running
  • open UAexpert and subscribe to the programs tags

--------------Kafka producer and consumer - VScode --------------