Add OPC UA demo ingestion worker#203
Merged
Merged
Conversation
smithaldon1
commented
May 23, 2026
Member
Author
smithaldon1
left a comment
There was a problem hiding this comment.
Reviewed and approved for merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
make opcua-demo-ingestentry point plus focused docs and learning-log coverage.Closes #192
Test Evidence
.venv/bin/python -m pytest services/ingestion/tests/test_opcua_demo_worker.py-> 5 passed in 3.20smake lint-> All checks passedmake typecheck-> compileall completed successfullymake docs-> Markdown-only docs checker message; no configured docs checker yetmake test-> 209 passed in 14.76smake opcua-demo-ingest OPCUA_ENDPOINT=opc.tcp://127.0.0.1:4841/ofi/demo OPCUA_POLL_COUNT=1 OPCUA_POLL_INTERVAL=0 OPCUA_EVENTS_STORE=/private/tmp/opcua_issue192_events.jsonl-> emitted 6 events to/private/tmp/opcua_issue192_events.jsonldocker compose -f infra/docker/docker-compose.yml up --build -d opcua-simulatorcould not run in this environment because the Docker daemon socket was unavailable:dial unix /Users/aldonsmith/.docker/run/docker.sock: connect: no such file or directoryDocs Impact
services/ingestion/README.mdwith the worker command, expected output path, polling interval, expected summary, and demo-only boundary.docs/demo/MANUFACTURER_DEMO_RUNBOOK.md.docs/LEARNING_LOG.md.Follow-up Work