ElasticSearch Cookbook

Bok av Alberto Paro
Over 120 advanced recipes to search, analyze, deploy, manage, and monitor data effectively with ElasticSearch Overview Write native plugins to extend the capabilities of ElasticSearch to boost your businessIntegrate the power of ElasticSearch in your Java applications using the native API or Python applications, with the ElasticSearch community clientStep-by step-instructions to help you easily understand ElasticSearch's capabilities, that act as a good reference for everyday activities In Detail ElasticSearch is one of the most promising NoSQL technologies available and is built to provide a scalable search solution with built-in support for near real-time search and multi-tenancy. This practical guide is a complete reference for using ElasticSearch and covers 360 degrees of the ElasticSearch ecosystem. We will get started by showing you how to choose the correct transport layer, communicate with the server, and create custom internal actions for boosting tailored needs. Starting with the basics of the ElasticSearch architecture and how to efficiently index, search, and execute analytics on it, you will learn how to extend ElasticSearch by scripting and monitoring its behaviour. Step-by-step, this book will help you to improve your ability to manage data in indexing with more tailored mappings, along with searching and executing analytics with facets. The topics explored in the book also cover how to integrate ElasticSearch with Python and Java applications. This comprehensive guide will allow you to master storing, searching, and analyzing data with ElasticSearch. What you will learn from this book Choose the best ElasticSearch cloud topology to deploy and power it up with external pluginsControl the index steps with tailored mappingsManage indices and documents and build a complex query against themExecute facets to compute analytics against your data to improve searches and resultsUse scripting to bypass limits of search, facets, and updatesSynchronize and populate data from different data sources, by managing rivers (SQL, NoSQL, web)Monitor the cluster and node performances, and execute common tasks via web interfacesIntegrate ElasticSearch in Python and Java applicationsExtend the capabilities of ElasticSearch by writing your own plugin to add REST calls, rivers, and custom cluster actions Approach Written in an engaging, easy-to-follow style, the recipes will help you to extend the capabilities of ElasticSearch to manage your data effectively. Who this book is written for If you are a developer who implements ElasticSearch in your web applications, manage data, or have decided to start using ElasticSearch, this book is ideal for you. This book assumes that you've got working knowledge of JSON and Java.