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.
serve-grpc
supports the Senzing Protocol Buffer definitions.
Under the covers, the gRPC request is translated by the gRPC server into a Senzing Go SDK call using senzing/sz-sdk-go-core.
The response from the Senzing Go SDK is returned to the gRPC client.
Senzing SDKs for accessing the gRPC server:
- Go: sz-sdk-go-grpc
- Python: sz-sdk-python-grpc
-
Docker container with internal, ephemeral database and gRPC accessable on port 8261. Example:
docker run -it --name senzing-serve-grpc -p 8261:8261 --read-only --rm senzing/serve-grpc
-
See Parameters for additional parameters.