Skip to content

Rakanixu/elastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Microservice for supporting agnostic CRUD, Search and QueryDSL operations over Elastic search. Based on micro microservices toolkit platform https://github.com/micro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published