Skip to content

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.

Notifications You must be signed in to change notification settings

sog01/getting-started-elastic-search-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published