All Projects → zentity-io → Zentity

zentity-io / Zentity

Licence: apache-2.0
Entity resolution for Elasticsearch.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Zentity

Graph Aided Search
Elasticsearch plugin offering Neo4j integration for Personalized Search
Stars: ✭ 153 (+57.73%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elastik Nearest Neighbors
Go to: https://github.com/alexklibisz/elastiknn
Stars: ✭ 249 (+156.7%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Mirage
🎨 GUI for simplifying Elasticsearch Query DSL
Stars: ✭ 2,143 (+2109.28%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elasticsearch Dataformat
Excel/CSV/BulkJSON downloads on Elasticsearch.
Stars: ✭ 135 (+39.18%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elasticsearch Readonlyrest Plugin
Free Elasticsearch security plugin and Kibana security plugin: super-easy Kibana multi-tenancy, Encryption, Authentication, Authorization, Auditing
Stars: ✭ 917 (+845.36%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elastiknn
Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
Stars: ✭ 139 (+43.3%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (+118.56%)
Mutual labels:  elasticsearch, gdpr
Emoji Search
😄 Emoji synonyms to build your own emoji-capable search engine (elasticsearch, solr)
Stars: ✭ 184 (+89.69%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Gem
💎 GUI for Data Modeling with Elasticsearch
Stars: ✭ 654 (+574.23%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elasticsearch Hq
Monitoring and Management Web Application for ElasticSearch instances and clusters.
Stars: ✭ 4,832 (+4881.44%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Performance Analyzer
📈 OpenDistro for Elasticsearch Performance Analyzer
Stars: ✭ 128 (+31.96%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elasticsearch Analysis Hanlp
HanLP Analysis for Elasticsearch
Stars: ✭ 77 (-20.62%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elasticsearch Analysis Kuromoji Ipadic Neologd
Elasticsearch's Analyzer for Kuromoji with Neologd
Stars: ✭ 109 (+12.37%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Esparser
PHP write SQL to convert DSL to query Elasticsearch
Stars: ✭ 142 (+46.39%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elasticsearch Reindexing
Elasticsearch plugin for reindexing
Stars: ✭ 106 (+9.28%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Alerting
📟 Open Distro for Elasticsearch Alerting Plugin
Stars: ✭ 259 (+167.01%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elasticsearch Learning To Rank
Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch
Stars: ✭ 1,147 (+1082.47%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Syliuselasticsearchplugin
Elasticsearch integration for Sylius apps.
Stars: ✭ 88 (-9.28%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Systemdlogger
Exports systemd logs to an external service, eg cloudwatch, elasticsearch
Stars: ✭ 91 (-6.19%)
Mutual labels:  elasticsearch
Rumors Api
GraphQL API server for clients like rumors-site and rumors-line-bot
Stars: ✭ 96 (-1.03%)
Mutual labels:  elasticsearch

Build Status

zentity

zentity is an Elasticsearch plugin for entity resolution.

zentity aims to be:

  • Simple - Entity resolution is hard. zentity makes it easy.
  • Fast - Get results in real-time. 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.

Documentation

Documentation is hosted at https://zentity.io/docs

Quick start

Once you have installed Elasticsearch, you can install zentity from a remote URL or a local file.

  1. Browse the releases.
  2. Find a release that matches your version of Elasticsearch. Copy the name of the .zip file.
  3. Install the plugin using the elasticsearch-plugin script that comes with Elasticsearch.

Example:

elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.1-elasticsearch-7.11.2.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.

License

This software is licensed under the Apache License, version 2 ("ALv2"), quoted below.

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].