tree: 597e54afc25ea9650dd3e618a6f65f100c18b5e2 [path history] [tgz]
  1. benchmarks/
  2. binary_serialization/
  3. contracts/
  4. errors/
  5. iggycli/
  6. samples/
  7. scripts/
  8. tcp/
  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