Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/core-go/elasticsearch
https://github.com/core-go/elasticsearch
crud elastic-search elastic-search-crud elaticsearch-crud
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/elasticsearch
- Owner: core-go
- Created: 2020-07-05T09:10:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T14:34:07.000Z (4 months ago)
- Last Synced: 2024-09-27T09:05:29.767Z (about 2 months ago)
- Topics: crud, elastic-search, elastic-search-crud, elaticsearch-crud
- Language: Go
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elasticsearch
- Elasticsearch Client Utilities## Installation
Please make sure to initialize a Go module before installing core-go/elasticsearch:```shell
go get -u github.com/core-go/elasticsearch
```Import:
```go
import "github.com/core-go/elasticsearch"
```