As I promised in my previous blog post, today I will explain how to re-index your Elasticsearch index data with zero downtime. As I elaborated in the previous blog post, using Elasticsearch as your primary data storage is probably not the best solution, so you should keep your data using more persistent friendly database system […]
Elasticsearch
How to re-index your Elasticsearch data with Laravel Command
Laravel is a very powerful PHP framework that is widely used for web based applications of any size. Personally, I can say that I’ve been using it for years for a lot of the projects I’ve been working on and I must say, it’s a powerful tool. The first time when one of the projects […]