Skip to content

senzing-garage/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e24dae · Nov 22, 2024
Nov 19, 2024
Aug 29, 2024
Nov 21, 2024
Nov 19, 2024
Nov 22, 2024
Nov 19, 2024
Nov 22, 2024
Nov 19, 2024
Oct 17, 2024
Oct 17, 2024
Oct 17, 2024
Nov 20, 2024
Nov 19, 2024
Oct 17, 2024
Nov 19, 2024
Oct 17, 2024
Oct 17, 2024
Nov 22, 2024
Sep 13, 2024
Nov 19, 2024
Nov 19, 2024
Jan 11, 2024
Nov 19, 2024
Nov 19, 2024
Nov 15, 2024
Nov 19, 2024
Aug 29, 2024
Nov 20, 2024
Nov 20, 2024
Nov 19, 2024
Jul 23, 2024
Oct 30, 2024
Nov 20, 2024

Repository files navigation

playground

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: playground 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

playground creates an environment for exploring Senzing.

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

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.

Install

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.

Use

Senzing SDKs for accessing the gRPC server:

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

References

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