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-mock
packages provide mock Go
objects representing the Software Development Kit that wraps the
Senzing C SDK APIs.
The Senzing sz-sdk-go-mock
packages enable Go programs to simulate calling Senzing library functions.
The sz-sdk-go-mock
implementation of the [sz-sdk-go] interface does not require the Senzing C libraries to be installed.
Other implementations of the [sz-sdk-go] interface include:
- sz-sdk-go-core - for calling Senzing Go SDK APIs natively
- sz-sdk-go-grpc - for calling Senzing SDK APIs over [gRPC]
- go-sdk-abstract-factory - An abstract factory pattern for switching among implementations
See main.go for an example of use.