An open API service indexing awesome lists of open source software.

https://github.com/senzing-garage/g2command

Distributed with Senzing API package
https://github.com/senzing-garage/g2command

g2-python g2tool senzing-cleanup senzing-g2-python

Last synced: about 2 months ago
JSON representation

Distributed with Senzing API package

Awesome Lists containing this project

README

          

# g2command

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!

## Overview

### Contents

1. [Expectations]
1. [Configuration]
1. [Database support]
1. [References]

### Legend

1. :thinking: - A "thinker" icon means that a little extra thinking may be required.
Perhaps you'll need to make some choices.
Perhaps it's an optional step.
1. :pencil2: - A "pencil" icon means that the instructions may need modification before performing.
1. :warning: - A "warning" icon means that something tricky is happening, so pay attention.

## Expectations

- **Space:** This repository and demonstration require 1 GB free disk space.
- **Time:** Budget 40 minutes to get the demonstration up-and-running, depending on CPU and network speeds.

### Configuration

Configuration values specified by environment variable or command line parameter.

- **[SENZING_DEBUG]**

### Database support

:thinking: **Optional:** Some database need additional support.
For other databases, these steps may be skipped.

1. **Db2:** See [Support Db2] instructions to set `SENZING_OPT_IBM_DIR_PARAMETER`.
1. **MS SQL:** See [Support MS SQL] instructions to set `SENZING_OPT_MICROSOFT_DIR_PARAMETER`.

## References

- [Development]
- [Errors]
- [Examples]
- Related artifacts

[Configuration]: #configuration
[Database support]: #database-support
[Development]: docs/development.md
[Errors]: docs/errors.md
[Examples]: docs/examples.md
[Expectations]: #expectations
[References]: #references
[Senzing Garage]: https://github.com/senzing-garage
[Senzing Quick Start guides]: https://docs.senzing.com/quickstart/
[SENZING_DEBUG]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_debug
[Senzing]: https://senzing.com/
[Support Db2]: https://github.com/senzing-garage/knowledge-base/blob/main/HOWTO/support-db2.md
[Support MS SQL]: https://github.com/senzing-garage/knowledge-base/blob/main/HOWTO/support-mssql.md