BOOKS - PROGRAMMING - Elasticsearch in Action, 2nd Edition (Final)
US $8.87
372679
372679
Elasticsearch in Action, 2nd Edition (Final)
Author: Madhusudhan Konda
Year: 2023
Format: PDF
File size: 20.3 MB
Language: ENG
Year: 2023
Format: PDF
File size: 20.3 MB
Language: ENG
Build powerful, production-ready search applications using the incredible features of Elasticsearch. Elasticsearch in Action, Second Edition teaches you to build scalable search applications using Elasticsearch. This completely new edition explores Elasticsearch fundamentals from the ground up. You’ll deep dive into design principles, search architectures, and Elasticsearch’s essential APIs. Every chapter is clearly illustrated with diagrams and hands-on examples. You’ll even explore real-world use cases for full text search, data visualisations, and Machine Learning. Modern search seems like magic. You type a few words and the search engine appears to know what you want. With the Elasticsearch near-real-time search and analytics engine, you can give your users this magical experience without having to do complex low-level programming or understand advanced data science algorithms. You just install it, tweak it, and get on with your work. One of the primary goals of this book is to provide a seamless hands-on experience by including easily executable code. After several iterations, a decision was made to host all the queries, written and executed on Kibana, in a text file on GitHub. These queries are captured as Query DSL-based JSON code. For application developers familiar with DevOps and web services.