Time pass with go-elasticsearch:v7 (official go client) of Elasticsearch.
- default crud
- create
- update
- index
- search
- delete
- bulk
- bulk-indexer
- makefile
- docker-compose
# 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.