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.
playground
creates an environment for exploring Senzing.
playground
starts the Senzing gRPC server and HTTP server for use in Senzing exploration.
A user visits the web interface to help with the exploration.
To start the Senzing Playground, run
docker run -it --name senzing-playground -p 8260:8260 -p 8261:8261 --rm senzing/playground
then visit localhost:8260.
Senzing SDKs for accessing the gRPC server:
- Go: sz-sdk-go-grpc
- Python: sz-sdk-python-grpc