Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 611 Bytes

File metadata and controls

18 lines (13 loc) · 611 Bytes

Getting Started Elasticsearch with Go

This repository is a basic client-server code to operate CRUD on Elasticsearch. There is no need for an external library; Only use built-in packages on this project.

Prerequisites

How to Run

Let's look at Makefile to run a command that we need.

Run Elasticsearch

Execute make runES to turn on our Elasticsearch locally.

Running CRUD Server

Execute make run to run our CRUD Server.

Stop Elasticsearch

Execute make stopES to teardown running Elasticsearch.