Categorygithub.com/rakanixu/elastic
module
0.0.0-20160706101355-62f90911878b
Repository: https://github.com/rakanixu/elastic.git
Documentation: pkg.go.dev

# README

Elastic License Go Report Card

Elastic service with fqdn go.micro.srv.elastic

Elastic API with fqdn go.micro.api.elastic

Perform agnostic CRUD, search and queryDSL operation within elasticsearch.

Getting Started

Prerequisites

Get Micro Micro

go get github.com/micro

Install Consul https://www.consul.io/intro/getting-started/install.html

Run Consul

$ consul agent -dev -advertise=127.0.0.1

Run Service manually

$ go run srv/main.go

Run API manually

$ go run api/main.go

Run docker containers

Compile Go binaries and build docker image.

make 

Run docker container:

docker-compose -f docker-compose-build.yml up

Usage

API

Microservice

# Packages

No description provided by the author
No description provided by the author