snapshots

How to Backup and Restore Elasticsearch using Snapshots

Reading Time: 3 minutes Introduction Hello everyone! Today in this blog, we will learn how to backup and restore Elasticsearch using snapshots. Before diving in, let’s first brush up on the basics of the topic. Elasticsearch at a glance It is a search and analytics engine It is based on NoSQL technology It exposes REST API instead of CLI to perform various operations It is a combination of different Continue Reading

Introduction to Event Sourcing

Reading Time: 3 minutes Have you ever come across the terms Event Sourcing and CQRS? This blog is a good start to gain basic knowledge about the two. Here, we will learn what is Event Sourcing? And what are the benefits of having an event sourced application? CQRS will be covered in the next blog. What is Event Sourcing? Event sourcing is the practice of capturing all changes as Continue Reading