senzing-garage / sz-sdk-go-core

An SDK for calling the Senzing C library locally.
Apache License 2.0
1 stars 0 forks source link
golang senzing-garage

sz-sdk-go-core

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!

:warning: WARNING: sz-sdk-go-core is still in development :warning: _

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.

Synopsis

The Senzing sz-sdk-go-core packages provide a Go language Software Development Kit that wraps the Senzing C SDK APIs.

Go Reference Badge Go Report Card Badge License Badge go-test-linux.yaml Badge go-test-darwin.yaml Badge go-test-windows.yaml Badge

golangci-lint.yaml Badge

Overview

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:

Use

See main.go for an example of use.

References

  1. Development
  2. Errors
  3. Examples
  4. Package reference