Tag: elasticsearch

Elkstack Logo

Using Elasticsearch, Logstash, and Kibana with Go applications

Dev

This tutorial demonstrates how to combine the powers of Elasticsearch in the ELK stack with Golang applications.

Michael Okoko
Mar 12, 2021 ⋅ 13 min read
A Practical Guide To Working With Elasticdump

A practical guide to working with Elasticdump

Dev

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

Alexander Nnakwue
Sep 2, 2020 ⋅ 10 min read
Exploring SQL And Elasticsearch With Open Distro

Exploring SQL and Elasticsearch with Open Distro

Dev

If you’re already familiar with SQL, Open Distro makes interacting with Elasticsearch clusters a breeze.

Alexander Nnakwue
May 26, 2020 ⋅ 9 min read
Understanding Elasticsearch Query Body Builder In Node.js

Understanding Elasticsearch query body builder in Node.js

Dev

Learn how writing queries using the builder syntax offers big advantages over raw Elasticsearch queries.

Alexander Nnakwue
Dec 6, 2019 ⋅ 13 min read

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

Dev

Software development is fun. With Docker, Node, and ElasticSearch it’s even better!

Michele Riva
Sep 14, 2019 ⋅ 11 min read
elastic search engine

How to write your own search engine using Node.js and Elastic

Dev

Learn how to build a very powerful search feature which you can easily integrate into your web app.

Fernando Doglio
Aug 22, 2019 ⋅ 8 min read