Real-Time Entity Resolution
Explore real-time entity resolution techniques that enable quick matching and duplicate prevention at query time. Understand how to implement and deploy APIs with Elasticsearch for fast, accurate data integration and improved business cases such as fraud detection and customer interaction summaries.
We'll cover the following...
A website matches visitors using cookies and geocoded IPs to provide personalized content. A call center agent needs a quick summary of a customer’s interactions across all channels. A payment service must decide about fraud or no fraud within seconds for an endless stream of incoming requests. All these use cases require insights at query time, whereas most we have discussed before function with precalculated entity resolution.
That does not mean that query-time response is without precalculation. It is like with machine learning—train the model on a large batch ...