Skip to content

go-training/elasticsearch-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-demo

elasticsearch api with golang

Starting a single node cluster with Dockeredit

See the docs for detail information

docker run -p 9200:9200 -p 9300:9300 \
  -e "discovery.type=single-node" \
  docker.elastic.co/elasticsearch/elasticsearch:7.5.2

run the demo code:

go run main.go

About

elasticsearch api with golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages