Skip to content

shudipta/play-with-go-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-with-go-elasticsearch

Time pass with go-elasticsearch:v7 (official go client) of Elasticsearch.

Contains

  • default crud
    • create
    • update
    • index
    • search
    • delete
  • bulk
    • bulk-indexer
  • makefile
  • docker-compose

Run

# install dependency(ies)
$ make dep

$ make clean

$ make run-default
$ ACTIONS_ARGS=create,search,delete \
       make run-default

$ make run-bulk
$ BULK_ARGS="--del-only=true" make run-bulk
$ BULK_ARGS="--cr-only=true" make run-bulk

This is really stupid going through this repo.

About

Time pass with go-elasticsearch:v7 (official go client) of Elasticsearch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published