elasticsearch

Using Elasticsearch, Logstash, and Kibana with Go applications

This tutorial demonstrates how to combine the powers of Elasticsearch in the ELK stack with Golang applications.
Michael Okoko
13 min read

A practical guide to working with Elasticdump

Review the implementation and use cases for Elasticdump, a tool for importing and exporting data stored in Elasticsearch indices or clusters.
Alexander Nnakwue
10 min read

Exploring SQL and Elasticsearch with Open Distro

If you're already familiar with SQL, Open Distro makes interacting with Elasticsearch clusters a breeze.
Alexander Nnakwue
9 min read

Understanding Elasticsearch query body builder in Node.js

Learn how writing queries using the builder syntax offers big advantages over raw Elasticsearch queries.
Alexander Nnakwue
13 min read

Full-text search with Node.js and ElasticSearch on Docker

Software development is fun. With Docker, Node, and ElasticSearch it’s even better!
Michele Riva
11 min read

How to write your own search engine using Node.js…

Learn how to build a very powerful search feature which you can easily integrate into your web app.
Fernando Doglio
8 min read