Zenful entity resolution
zentity is an Elasticsearch plugin for real-time entity resolution. It aims to be:
- Simple - Entity resolution is hard. zentity makes it easy.
- Fast - Get results at interactive speeds. From milliseconds to low seconds.
- Generic - Resolve anything. People, companies, locations, sessions, and more.
- Transitive - Resolve over multiple hops. Recursion finds dynamic identities.
- Multi-source - Resolve over multiple indices with disparate mappings.
- Accommodating - Operate on data as it exists. No changing or reindexing data.
- Logical - Logic is easier to read, troubleshoot, and optimize than statistics.
- 100% Elasticsearch - Elasticsearch is a great foundation for entity resolution.
Download the latest release
zentity-1.8.3
Select the plugin version that matches your version of Elasticsearch:
- Elasticsearch 8.14.0
- Elasticsearch 8.13.4
- Elasticsearch 8.13.3
- Elasticsearch 8.13.2
- Elasticsearch 8.13.1
- Elasticsearch 8.13.0
Quick start
Once you have installed Elasticsearch, you can install zentity from a remote URL or a local file.
- Browse the releases.
- Find a release that matches your version of Elasticsearch. Copy the name of the .zip file.
- Install the plugin using the
elasticsearch-plugin
script that comes with Elasticsearch.
Example:
elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.14.0.zip
Read the installation docs for more details.
Next steps
Read the documentation to learn about entity models, how to manage entity models, and how to resolve entities.