Skip to content
/ solid-go Public

This repository is a basic client-server code to operate CRUD on Elasticsearch with SOLID principle.

Notifications You must be signed in to change notification settings

sog01/solid-go

Repository files navigation

SOLID Go

This repository is a basic client-server code to operate CRUD on Elasticsearch with SOLID principle.

Prerequisites

How to Run

Let's look at Makefile to run a command that we need.

Run Elasticsearch

Execute make upES to turn on our Elasticsearch locally.

Running CRUD Server

Execute make run to run our CRUD Server.

Stop Elasticsearch

Execute make downES to teardown running Elasticsearch.

About

This repository is a basic client-server code to operate CRUD on Elasticsearch with SOLID principle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published