Skip to content

senzing-garage/go-helpers

Repository files navigation

go-helpers

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: go-helpers is still in development ⚠️ _

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 go-helpers repository has packages containing common interface definitions, data structures, helper functions, and test data used by other Senzing Go language packages.

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 following helpers have been created:

Data structures

  • record - A package for a Senzing record

Use

  • settings: A package for creating the SENZING_ENGINE_CONFIGURATION_JSON Document.

Test data

References

  1. API documentation
  2. Development
  3. Errors
  4. Examples
  5. Package reference