Any good resources to learn Elasticsearch with Golang?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • elastic

    Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch

  • I do NOT recommend https://github.com/olivere/elastic. We use it in our project and I think it's overengineered in ways that have caused problems for us and given us headaches.

  • go-elasticsearch

    The official Go client for Elasticsearch

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • elasticlogger

    ElasticLogger is a Wrapper class for oliveres elastic package to make it work with std lib writer interface

  • I made a simple wrapper to make it psrt of the stdlob logge, this repo is just a showcase how you can use it. I dont suggest using it, but it gives you an idea how to use oliveres https://github.com/percybolmer/elasticlogger

  • go-formatter

    A curated list of awesome Go frameworks, libraries and software

  • awesome-elasticsearch

    A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!

  • tutorials_as_code

    so that stuff read/seen don't get muddled up with time

  • ElasticSearch

  • go-clean-arch

    Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture

  • Thanks, everyone. I am able to understand a few things using go-elasticsearch. Though Olivere/elastic is simpler, it is not future-proof. I just wanted a repository similar to cleanarchitecture which uses elasticsearch, on the top of which I can practice. Please provide a link here if anyone has come across such a repo.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts