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
- Host: GitHub
- URL: https://github.com/salamnocap/scheduler-sync
- Owner: salamnocap
- Created: 2023-12-01T18:59:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T05:42:19.000Z (over 1 year ago)
- Last Synced: 2025-02-05T23:00:08.844Z (8 months ago)
- Topics: data-collection, opc, opc-da, opc-ua, plc
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.```