An open API service indexing awesome lists of open source software.

https://github.com/salamnocap/scheduler-sync

scheduler-sync is a tool designed for automating data collection from OPC UA and PLC servers
https://github.com/salamnocap/scheduler-sync

data-collection opc opc-da opc-ua plc

Last synced: 6 months ago
JSON representation

scheduler-sync is a tool designed for automating data collection from OPC UA and PLC servers

Awesome Lists containing this project

README

          

# SCHEDULER-SYNC
## scheduler-sync is a tool designed for automating data collection from OPC UA and PLC servers

### Docker Build for scheduler-sync Image
```bash
docker build -t scheduler-sync .
```

### Docker Compose Up for Application Deployment
```bash
docker compose up
```

### Database Migration with Alembic
```bash
docker exec scheduler-sync-api-1 alembic upgrade head
```
These instructions walk you through creating the Docker image, launching the application using Docker Compose,
and performing essential database migration via Alembic.

Follow these steps in order to successfully set up and initialize the scheduler-sync app,
and access the Swagger UI for the application API at ```localhost:8082/docs.```