Skip to content

Example of an OPCUA compliant server, and an OPCUA compliant client subscribing to the server and publishing tag readings to Kafka 0.8

License

Notifications You must be signed in to change notification settings

randerzander/opcua-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opcua-kafka

Example of an OPCUA compliant server, and an OPCUA compliant client subscribing to the server and publishing tag readings to Kafka 0.8

After following the Kafka quickstart, and installing NodeJS:

git clone https://github.com/randerzander/opcua-kafka
cd opcua-kafka/server
npm install
cd ../client
npm install
cd ..
node server/server.js &
node client/client.js "ns=4;s=hook_weight"

Note: The above assumes an Apache Zookeeper instance is running on localhost:2181

A big thank you to the people at node-opcua and kafka-node who did all the heavy lifting already!

About

Example of an OPCUA compliant server, and an OPCUA compliant client subscribing to the server and publishing tag readings to Kafka 0.8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published