iggy
Build and test data connector plugins for the Iggy streaming platform
All Skills in This Repository (8)
Pure Emerald Level Indicatorsconnector-testing
Generate test cases for Apache Iggy connectors with BDD naming conventions.
connector-source
Create Apache Iggy source plugins that poll external systems and produce messages into streams.
connector-transform
Create custom message transforms for Apache Iggy connectors.
connector-sdk
Extend Apache Iggy Connectors SDK with schema variants, stream codecs, and error types.
connector-sink
Develop Apache Iggy connector sink plugins in Rust using iggy_connector_sdk.
connector-runtime
Modify Apache Iggy Connectors runtime configuration for plugin loading and lifecycle management.
connectors-overview
Facilitate data movement across systems using Apache Iggy connectors.
team-review
Reviews pull requests and ref ranges using four parallel expert subagents with clean-room validation.
Frequently Asked Questions
FAQPage SchemaHow to install Apache Iggy skills?โผ
Run `npx skills add apache/iggy --all -g -y` in your terminal to install all connector skills globally.
What is Apache Iggy used for?โผ
Apache Iggy is a persistent message streaming platform written in Rust that handles millions of messages per second over QUIC, TCP, WebSocket, and HTTP.
How do I build a custom Iggy connector plugin?โผ
Load the connector-sink or connector-source skill, copy the provided plugin template, and follow the built-in rules for config, retries, state, and testing.
Do these skills work with Claude Code and other AI agents?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, and other compatible agents.
How are Iggy connector plugins tested?โผ
The connector-testing skill enforces unit tests plus real-infrastructure integration tests that spin up actual databases in Docker containers.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core