Community
Where the Surgewave project happens.
GitHub
- Kuestenlogik/Surgewave — core broker, streams, schema registry, client SDKs, control plane.
- Kuestenlogik/Surgewave.Connectors — 117 source and sink connectors.
- Kuestenlogik/Surgewave.Samples — hands-on sample apps: Digital Twin, IoT Dashboard, Event Sourcing, Fraud Detection, Signed Connector, and more.
- Kuestenlogik/Surgewave.Bootcamp — structured learning path with 34 units and 77 lessons.
Reporting bugs
Open an issue at https://github.com/Kuestenlogik/Surgewave/issues. Include:
- Surgewave version (
surgewave --version) - .NET runtime version (
dotnet --info) - A minimal reproduction — embedded Surgewave or a docker-compose snippet works best.
Contributing
Pull requests welcome. Read CONTRIBUTING.md in the repository for the
contribution workflow and coding conventions.