tree: da14e50e301d8b2abec1f734618a9198b0574c5e
  1. benchmarks/
  2. binary_serialization/
  3. client/
  4. contracts/
  5. errors/
  6. internal/
  7. samples/
  8. scripts/
  9. go.mod
  10. go.sum
  11. LICENSE
  12. NOTICE
  13. README.md
foreign/go/README.md

Go SDK for Iggy

Official Go client SDK for Apache Iggy message streaming.

The client currently supports TCP protocols with blocking implementation.

Contributing

Before creating a pull request, please run golangci-lint and fix any reported lint issues:

golangci-lint run