If you are beginning your journey with Senzing, please start with Senzing Quick Start guides.
You are in the Senzing Garage where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!
At the moment, this is "work-in-progress" with Semantic Versions of 0.n.x
.
Although it can be reviewed and commented on,
the recommendation is not to use it yet.
The Senzing sz-sdk-go-core
packages provide a Go
language Software Development Kit that wraps the
Senzing C SDK APIs.
The Senzing sz-sdk-go-core
packages enable Go programs to call Senzing library functions.
Under the covers, Golang's CGO is used by the sz-sdk-go-core packages to make calls
to the functions in the Senzing C libraries.
The sz-sdk-go-core
implementation of the sz-sdk-go
interface is used to call the Senzing C SDK APIs directly using Go's CGO.
Other implementations of the sz-sdk-go interface include:
See main.go for an example of use.