onewayautomation / ogamma-logger

Integration tool to collect, store, visualize, analyze OPC UA data.
50 stars 16 forks source link

ogamma Visual Logger for OPC

ogamma Visual Logger for OPC is an integration tool to:

Each instance of ogamma Visual Logger can implement only one role or all of them.

Multiple instances can run in parallel in different roles, making horizontal scaling easy.

Note that to enable all the features third party components are required. The easiest way to setup and run ogamma Visual Logger and dependency services is to use Docker images, which can be easily pulled and then started with single command docker-compose up, by using of the docker-compose.yml file which is available at this repository: https://github.com/onewayautomation/ogamma-logger/blob/master/docker/docker-compose.yml

Context Diagram

*ogamma* Visual Logger - Context Diagram

Getting Started with Docker image.

Docker image is available at: https://hub.docker.com/r/ogamma/logger.

File docker/docker-compose.yml allows to pull ogamma Visual Logger image and additionally all required dependency images:

Prerequisites.

There is only one: Docker Desktop, available to download here https://www.docker.com/products/docker-desktop. It can be installed in Windows as well as in Linux machines.

To setup all service components and run them:

All container images from Docker Hub will be pulled (this might take few or more minutes, but this step happens only once, when you run this command at the very first time), and all required services will be started.

After that:

By default, TimescaleDB is used as timeseries database. In order to use InfluxDB or Kafka, configuration file should be modified accordingly.

Distribution packages for Windows and Linux (Ubuntu 18.04 and Debian Stretch).

For links to download installation packages please refer to section Deploy of the online User Manual: https://onewayautomation.com/visual-logger-docs/html/deploy.html

User Manual

For more information, please refer to online User Manual available at https://onewayautomation.com/visual-logger-docs/html/index.html

You can see Visual Logger in action in youtube video at https://www.youtube.com/watch?v=mY9Wh8wAKZg&t=215s, where it is used to explain OPC UA terms such as publishing interval, sampling interval and queue size for monitored items.

Introduction video with more detailed instructions is available on youtube at https://youtu.be/yZdsyVz7hw0 (for older version, needs update).