SIENTIAPDE-988

Implement initial structure for data ingestion with Kafka and OPC UA integration

- Added DataManager for Kafka message handling
- Introduced IngestorManager to manage data ingestion processes
- Created OpcManager for OPC UA client interactions
- Developed ResourceManager for Redis-based resource management
- Established testing framework with unit tests for DataManager and OpcManager
- Configured project settings for Python testing with pytest
This commit is contained in:
vitor-aignosi
2025-04-15 17:00:04 -03:00
parent 7e58d9b6fa
commit 988ee65fbf
13 changed files with 929 additions and 0 deletions

0
ingestor/__init__.py Normal file
View File