Markdown Converter
Agent skill for markdown-converter
This is an Industrial IoT (IIoT) platform for device management and monitoring built with microservices architecture. The system handles real-time telemetry data from edge devices through a message broker to time-series storage and analytics.
Sign in to like and favorite skills
This is an Industrial IoT (IIoT) platform for device management and monitoring built with microservices architecture. The system handles real-time telemetry data from edge devices through a message broker to time-series storage and analytics.
The system follows a hub-and-spoke pattern with these key components:
Spec.md with domain entities and responsibilitiescmd/, internal/, config/<task-id>-<short-description>config/ directories// Standard service initialization pattern keycloakService := services.NewKeycloakService(&cfg.Keycloak, logger) honoService := services.NewHonoService(&cfg.Hono, logger) provisioningService := services.NewProvisioningService(cfg, keycloakService, honoService, logger)
deviceId, timestamp, measurementstelemetry_data, device_command, command_response, threshold_exceededgood, bad, uncertain)docker-compose up -d in AuthNZ/ directory./scripts/setup-keycloak.sh./scripts/setup-hono.sh./scripts/test-mqtt.sh or ./scripts/test-http.shWhen implementing new features, maintain consistency with existing service patterns, use the established configuration approach, and ensure proper integration with the OIDC authentication flow.