
Brian M.
- Total activity 58
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 40
Articles
Recent activity by Brian M. Sort by recent activity-
Quickstart for Docker
This has moved here: https://www.senzing.com/docs/quickstart/quickstart_docker/index.html
[Advanced] Managing the Senzing ER configuration
Overview This article is for advanced use only. Most users will just add DataSources with the G2Config SDK or G2ConfigTool.py. The same principles apply but it is a much simpler problem to solve. T...
G2Engine Configuration and the Senzing SDK
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...
Warranty Services
The Warranty Services terms are now incorporated into the EULA https://senzing.com/end-user-license-agreement/
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...
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...
[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...
End User License Agreement (EULA)
See https://senzing.com/end-user-license-agreement/
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...
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 ...