Blog Posts

Continuous Integration, Continuous Deployment and Continuous Delivery

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.

What is ZooKeeper?

ZooKeeper is an application library that allows distributed processes to coordinate with each other through a shared hierarchical name space of data registers; these data registers are called as znodes. 

ZooKeeper was designed to store coordination data such as status information, configuration, location information, and so on.

ZooKeeper was a sub-project of Hadoop but is now a top-level project in its own right.

Amazon Elasticsearch Service - Learning Plans

With the previous notes from the current book (Amazon Elasticsearch Service) and Elasticsearch Essentials, you should have decent understanding of Elasticsearch. Next, we will try to learn Amazon ES in deep.

Following are some of the links that will help start that journey to master Amazon ES:

  1. Creating and Configuring Amazon Elasticsearch Service Domains

Introduction to Java Clients for Elasticsearch

Java programmers had two choices when communicating with Elasticsearch: they could use either the REST API over HTTP, or the internal Java API (aka transport client), which is used by Elasticsearch itself for node-to-node communication. When using the HTTP rest client, Elasticsearch parses the JSON to Java objects and then use the internal Java API, and when we use the internal Java API we use those internal Java objects directly. 

 

Elasticsearch Query DSL - Query Context vs Filter Context

Elasticsearch provides a full Query DSL based on JSON to define queries. The behaviour of a query clause depends on whether it is used in query context or in filter context.

In Query context, besides deciding whether or not the document matches, the query clause also calculates a _score representing how well the document matches, relative to other documents. Here, a query clause is passed to a query parameter, such as the query parameter in the search API.

Pages

Learn Serverless from Serverless Programming Cookbook

Contact

Please first use the contact form or facebook page messaging to connect.

Offline Contact
We currently connect locally for discussions and sessions at Bangalore, India. Please follow us on our facebook page for details.
WhatsApp (Primary): (+91) 7411174113
Phone (Escalations): (+91) 7411174114

Business newsletter

Complete the form below, and we'll send you an e-mail every now and again with all the latest news.

About

CloudMaterials is my blog to share notes and learning materials on Cloud and Data Analytics. My current focus is on Microsoft Azure and Amazon Web Services (AWS).

I like to write and I try to document what I learn to share with others. I believe that knowledge is useless unless you share it; the more you share, the more you learn.

Recent comments

Photo Stream