Avatar

Brian Macy

  • Total activity 64
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 43

Articles

Votes on activity by Brian Macy Sort by votes Recent activity Votes
  • Senzing in 3 API Calls (RESTful API 2.x)

    Overview This is a simple example of how to add and search Senzing via the Python SDK.  This requires that the Senzing REST API Server is set up and running. The easiest way to do this is to have c...

  • Senzing in 3 API Calls (Python SDK 2.x)

    Overview This is a simple example of how to add and search Senzing via the Python SDK.  The only prerequisite is to have completed the Senzing Quickstart which should take less than 15minutes. For ...

  • How does an Entity ID behave?

    First off, the Senzing Resolved Entity ID is not a globally unique persistent identifier.  Rather it is a number to identify a grouping that may be transient in nature.  This grouping reflects the ...

  • The Path to a Successful Proof of Concept (PoC)

    Overview The general guidance for completing a successful Senzing Proof of Concept (PoC) will be in-line with nearly any other PoC you undertake: understand the required technical and business goal...

  • MATCH_KEY vs Why

    Overview In Senzing, the MATCH_KEY is intended to capture what features matched when that record last was processed individually. Keep in mind that Senzing is an Entity Centric Learning (ECL) engin...

  • Senzing Architecture

    This article contains a simple presentation of the Senzing Architecture.  The key point to understand is that Senzing is a simple-to-use API that is provided as a native Library with Java (JNI) and...

  • [Advanced] Managing the Senzing API configuration

    Overview This article is for advanced use only. Most users will just add DataSources with the G2Config API or G2Loader.py. The same principles apply but it is a much simpler problem to solve. The S...

  • Data Source Records (DSRs) Explained

    Overview Senzing subscription pricing is based on Data Source Records (DSRs). A simple definition for a DSR is a single record processed for loading into Senzing. Updates to records and searches ar...

  • G2Engine Configuration and the Senzing API

    Overview The Senzing engine requires basic configuration to start up. This configuration is supplied to the engine init functions as a JSON string. Using a JSON string allows for immutable images a...