https://github.com/gabivlj/example_go_elastic_search
Creating a example on how elastic search works with github.com/olivere/elastic/v7 and how it could work if you wanted to use http.
https://github.com/gabivlj/example_go_elastic_search
elastic-search example go golang
Last synced: 8 months ago
JSON representation
Creating a example on how elastic search works with github.com/olivere/elastic/v7 and how it could work if you wanted to use http.
- Host: GitHub
- URL: https://github.com/gabivlj/example_go_elastic_search
- Owner: gabivlj
- Created: 2019-11-15T22:55:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T22:58:04.000Z (over 6 years ago)
- Last Synced: 2025-01-20T19:23:33.922Z (over 1 year ago)
- Topics: elastic-search, example, go, golang
- Language: Go
- Homepage:
- Size: 3.84 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example on the use of ElasticSearch in go
#### Just discovering how elastic search works and setting a bit the foundation of my next project.