Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```