tree: 708c2fb714167e0072291ef98179950f684aed70
  1. benchmarks/
  2. binary_serialization/
  3. client/
  4. contracts/
  5. errors/
  6. internal/
  7. tests/
  8. go.mod
  9. go.sum
  10. LICENSE
  11. NOTICE
  12. 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.

Apache Iggy (Incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.

Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.

While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Installation

go get github.com/apache/iggy/foreign/go

Contributing

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

golangci-lint run