From f75aa322cb189d13ecae5fade8f271d64b1a1587 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 23 Jul 2026 13:41:56 -0300 Subject: [PATCH] SAM0123-231: Remove Kafka configuration and infrastructure references; simplify README documentation. --- .env.example | 4 ---- README.md | 18 +----------------- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/.env.example b/.env.example index d6fcde0..54ea343 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,3 @@ -# Kafka -KAFKA_SERVERS="localhost:9092" -EXPORT_TO_KAFKA="false" - # Redis REDIS_HOST="localhost" REDIS_PORT="6379" diff --git a/README.md b/README.md index 15f3669..0f2db31 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ pytest # Run with coverage pytest --cov=ingestor --cov-report=html - +``` ### Populating Redis with OPC Configuration @@ -325,7 +325,6 @@ sientia-dataops-opc-ingestor/ ├── simulator/ # OPC simulation and testing tools ├── scripts/ # Ops scripts (e.g. OPC UA cert generation) ├── tests/ # Test suite -├── docker-compose.yaml # Infrastructure services └── requirements.txt # Python dependencies ``` @@ -395,10 +394,6 @@ export LOG_LEVEL=DEBUG - Use type hints where appropriate - Follow the established architectural patterns -## 📄 License - -This project is licensed under the terms specified in the LICENSE file. - ## 🆘 Support For support and questions: @@ -410,14 +405,3 @@ For support and questions: --- **Note**: This OPC Ingestor is designed for production use in industrial environments. Ensure proper security configuration and network isolation for production deployments. - -This comprehensive documentation provides: - -1. **Complete feature overview** with architectural details -2. **Detailed installation and setup instructions** -3. **Comprehensive configuration documentation** -4. **Performance tuning and troubleshooting guides** -5. **Development guidelines and contribution standards** -6. **Updated docstrings** for all major classes and methods - -The documentation now serves as a complete reference for users, developers, and operators of the OPC Ingestor system. \ No newline at end of file