Avatar

Brian M.

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

Articles

Recent activity by Brian M. Sort by recent activity Recent activity Votes
  • End User License Agreement (EULA)

    See https://senzing.com/end-user-license-agreement/

  • Upgrading Engine Configuration for new API Versions

    Warn This article is for general guidance. If you have a working Senzing system with data and insight you do not wish to lose, or are unsure of any steps please contact us for assistance.   ...

  • Senzing in 3 API Calls (Python SDK v3.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 ...

  • [Advanced] Real-time replication and analytics

    Overview One of the key features of the Senzing API is the ability to support passing changes to downstream systems for analytics and/or replication. The fundamentals of how this is achieved are st...

  • 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...

  • 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...

  • 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...