Skip to content

senzing-garage/serve-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serve-grpc

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: serve-grpc 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

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

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:

  1. Go: sz-sdk-go-grpc
  2. Python: sz-sdk-python-grpc

Install

Use

  1. 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
  2. See Parameters for additional parameters.

Parameters

References

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