Skip to content

senzing-garage/observe

Repository files navigation

observe

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

observe is a command in the senzing-tools suite of tools. This command receives Observer messages over gRPC.

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

observe performs the following:

Install

  1. The observe command is installed with the senzing-tools suite of tools. See senzing-tools install.

Use

export LD_LIBRARY_PATH=/opt/senzing/er/lib/
senzing-tools observe [flags]
  1. For options and flags:

    1. Online documentation

    2. Runtime documentation:

      export LD_LIBRARY_PATH=/opt/senzing/er/lib/
      senzing-tools observe --help
  2. In addition to the following simple usage examples, there are additional Examples.

Using command line options

  1. ✏️ Specify database using command line option. Example:

    export LD_LIBRARY_PATH=/opt/senzing/er/lib/
    senzing-tools observe
  2. See Parameters for additional parameters.

Using environment variables

  1. ✏️ Specify database using environment variable. Example:

    export LD_LIBRARY_PATH=/opt/senzing/er/lib/
    senzing-tools observe
  2. See Parameters for additional parameters.

Using Docker

This usage shows how to initialze a database with a Docker container.

  1. ✏️ Run senzing/senzing-tools. Example:

    docker run \
        --rm \
        senzing/senzing-tools observe
  2. See Parameters for additional parameters.

Parameters

References

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