clemensvclemensvCommunityยท5 Agent Skills Included

real-time-sources

Streams public real-time data feeds into Kafka, MQTT, AMQP

Converts roughly 100 public real-time data feeds, such as river gauges, vessel tracking, weather, and seismic alerts, into typed CloudEvents for Kafka, MQTT, and AMQP brokers. Eliminates hand-written polling loops, schema drift, and fragile one-off integrations with contract-first manifests and pre-built containers. Guides the building, testing, packaging, and one-click deployment of new feeders to Azure and Microsoft Fabric.
npx skills add clemensv/real-time-sources --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install real-time-sources?โ–ผ

Run `npx skills add clemensv/real-time-sources --all -g -y` in your terminal to install all skills in this collection globally.

What does real-time-sources do?โ–ผ

It turns about 100 public real-time data feeds, like hydrology gauges, AIS vessel tracks, and weather observations, into well-typed CloudEvents delivered over Kafka, MQTT, or AMQP. Each source ships as a small Python feeder with a pre-built container image.

How do I add a new data feed?โ–ผ

The included skills walk through the full workflow: audit the upstream API, author an xRegistry contract, implement the runtime bridge, and package containers with deployment templates. Mandatory review and end-to-end test gates keep every new feeder consistent.

Can I deploy feeders to Azure or Microsoft Fabric?โ–ผ

Yes. Every source offers one-click ARM template deployments to Azure Container Instances connected to Event Hubs, Service Bus, or Event Grid, plus a notebook-based option for Microsoft Fabric Event Streams.

Do I need coding experience to use these feeders?โ–ผ

No. Pre-built container images run anywhere with a simple docker pull, and the interactive catalog lets you deploy any source with one click and no code changes.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’