We already learned Elasticsearch Essentials and got our hands dirty with Elasticsearch on Elastic Cloud. This book goes beyond the basics, discussion more on the internals of most of the examples seen already. We will also have labs on advanced topics.
There are different ways to install, configure and use elasticsearch. Working with a real Elasticsearch cluster is essential for following all notes in this section.
Elastic Cloud (from Elastic.co)
Elastic Cloud is the hosted version of Elasticsearch and Kibana from Elastic.co. You can get started with Elastic Cloud here.
I will add sample usages for various libraries in GitHub in following repositories. You can follow the readmes to get started with them easily.
Continuous Integration (CI) is a development practice that requires developers to integrate code early and often. Code is integrated into a shared repository several times a day. Each check-in is then verified by an automated build, thus providing fast and automated feedback on the correctness of your application every time there is a change of code.