forked from zentity-io/zentity-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (170 loc) · 9.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>zentity - Entity Resolution for Elasticsearch</title>
<meta name="viewport" content="width=device-width, initial-scale=0.8"/>
<meta name="description" content="zentity brings entity resolution to Elasticsearch. Connect the hidden fragments of an identity in your data. Fast, scalable, open source."/>
<meta property="og:title" content="zentity - Entity Resolution for Elasticsearch"/>
<meta property="og:description" content="Connect the hidden fragments of an identity in your data. Fast, scalable, open source."/>
<meta property="og:image" content="/img/zentity-og-image.png"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://zentity.io/"/>
<meta name="twitter:title" content="zentity - Entity Resolution for Elasticsearch"/>
<meta name="twitter:description" content="Connect the hidden fragments of an identity in your data. Fast, scalable, open source."/>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"/>
<link rel="stylesheet" href="/css/all.css?id=184944021"><script async src="https://www.googletagmanager.com/gtag/js?id=UA-27325874-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-27325874-2');
var to = function(uri, event_category) {
gtag('event', 'click', {
'event_category': event_category,
'event_label': uri,
'transport_type': 'beacon',
'event_callback': function(){document.location = uri;}
});
};
</script><script src="/js/all.js?id=685687972"></script>
</head>
<body>
<div id="app" class="fadein">
<div id="top"><div id="splash">
<a href="/">
<img src="/img/zentity-logo-xl.png" height="50" width="50" alt="zentity" id="logo"/>
</a>
<h1 aria-label="zentity">
<span>
<a href="/">
<span style="color:rgb(0,169,224)">z</span><span style="color:rgb(14,119,205)">en</span><span style="color:rgb(31,73,125)">tity</span>
</a>
</span>
</h1>
<h2 aria-label="Entity Resolution for Elasticsearch">
Entity Resolution for Elasticsearch
</h2>
<div id="buttons">
<a href="/docs">
<button type="button" class="btn btn-sm btn-primary" aria-label="Documentation">
Documentation
</button>
</a>
<a href="/releases">
<button type="button" class="btn btn-sm btn-link" aria-label="Releases">
Releases
</button>
</a>
<a href="/sandbox">
<button type="button" class="btn btn-sm btn-link" aria-label="Sandbox">
Sandbox
</button>
</a>
<a href="https://github.com/zentity-io/zentity" title="Github" onclick="to('https://github.com/zentity-io/zentity');">
<button type="button" class="btn btn-sm btn-link" aria-label="Github">
Github
</button>
</a>
</div>
<div id="carousel" class="carousel slide" data-ride="carousel" data-interval="12000">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-item-content d-flex">
<div class="justify-content-center align-self-center h-100 w-100">
<svg class="splash-graph h-100 w-100"></svg>
<script style="text/javascript">renderSplashGraph();</script>
</div>
</div>
<div class="carousel-item-text">
<h2>Connect the hidden fragments<br/>of an identity in your data.</h2>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item-content d-flex">
<div class="justify-content-center align-self-center">
<img src="/img/identity-changes.png" class="img-fluid"/>
</div>
</div>
<div class="carousel-item-text">
<h2>Identities change. Recursive queries<br/>discover the history.</h2>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div></div>
<div id="main" >
<h2><a name="overview">Zenful entity resolution</a></h2>
<p>zentity is an <strong><a href="https://www.elastic.co/products/elasticsearch" onclick="to('https://www.elastic.co/products/elasticsearch', 'outbound');" class="external">Elasticsearch</a></strong> plugin for real-time entity
resolution. It aims to be:</p>
<ul>
<li><strong>Simple</strong> - Entity resolution is hard. zentity makes it easy.</li>
<li><strong>Fast</strong> - Get results at interactive speeds. From milliseconds to low seconds.</li>
<li><strong>Generic</strong> - Resolve anything. People, companies, locations, sessions, and more.</li>
<li><strong>Transitive</strong> - Resolve over multiple hops. Recursion finds dynamic identities.</li>
<li><strong>Multi-source</strong> - Resolve over multiple indices with disparate mappings.</li>
<li><strong>Accommodating</strong> - Operate on data as it exists. No changing or reindexing data.</li>
<li><strong>Logical</strong> - Logic is easier to read, troubleshoot, and optimize than statistics.</li>
<li><strong>100% Elasticsearch</strong> - Elasticsearch is a great foundation for entity resolution.</li>
</ul>
<h2><a name="latest-release">Download the latest release</a></h2>
<h3>zentity-1.6.0</h3>
<p>Select the plugin version that matches your version of Elasticsearch:</p>
<ul>
<li><a href="https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.6.1.zip" onclick="to('https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.6.1.zip', 'download');">Elasticsearch 7.6.1</a></li>
<li><a href="https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.6.0.zip" onclick="to('https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.6.0.zip', 'download');">Elasticsearch 7.6.0</a></li>
<li><a href="https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.5.2.zip" onclick="to('https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.5.2.zip', 'download');">Elasticsearch 7.5.2</a></li>
<li><a href="https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.5.1.zip" onclick="to('https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.5.1.zip', 'download');">Elasticsearch 7.5.1</a></li>
<li><a href="https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.5.0.zip" onclick="to('https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.5.0.zip', 'download');">Elasticsearch 7.5.0</a></li>
<li><a href="https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.4.2.zip" onclick="to('https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.4.2.zip', 'download');">Elasticsearch 7.4.2</a></li>
<li><a href="https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.4.1.zip" onclick="to('https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.4.1.zip', 'download');">Elasticsearch 7.4.1</a></li>
<li><a href="https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.4.0.zip" onclick="to('https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.4.0.zip', 'download');">Elasticsearch 7.4.0</a></li>
</ul>
<h2><a name="quick-start">Quick start</a></h2>
<p>Once you have installed Elasticsearch, you can install zentity from a remote URL or a local file.</p>
<ol>
<li>Browse the <a href="/releases">releases</a>.</li>
<li>Find a release that matches your version of Elasticsearch. Copy the name of the .zip file.</li>
<li>Install the plugin using the <code>elasticsearch-plugin</code> script that comes with Elasticsearch.</li>
</ol>
<p>Example:</p>
<p><code>elasticsearch-plugin install https://zentity.io/releases/zentity-1.6.0-elasticsearch-7.6.1.zip</code></p>
<p>Read the <a href="/docs/installation">installation</a> docs for more details.</p>
<h2><a name="next-steps">Next steps</a></h2>
<p>Read the <a href="/docs">documentation</a> to learn about <a href="/docs/entity-models">entity models</a>,
how to <a href="/docs/rest-apis/models-api">manage entity models</a>, and how to <a href="/docs/rest-apis/resolution-api">resolve entities</a>.</p>
</div>
<div id="bottom">
<small>
<div>
© 2018 <a href="https://github.com/davemoore-" title="Dave Moore" onclick="to('https://github.com/davemoore-');">Dave Moore</a>.
</div>
<div>
Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" onclick="to('http://www.apache.org/licenses/LICENSE-2.0');">Apache License, Version 2.0</a>.
</div>
<div>
Elasticsearch is a trademark of Elasticsearch BV.
</div>
<div>
This website uses Google Analytics.<span>
Icons by <a href="https://icons8.com/" rel="nofollow" target="_blank" title="Icons8" style="color:#5a5a5a;">Icons8</a>
</span></div>
</small>
</div>
</div>
</body>
<script>$(document).ready(function(){ new ClipboardJS('.copy'); });</script>
</html>