opstree / OT-Microservices

Loaded microservices applications to do different POC

Home Page:https://opstree.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OT-Microservices

A loaded microservice applications for doing different kinds of POC. This is a sample Employee System which is designed to understand the microservices nature and behaviour.

Purpose

The purpose of creating this application is to provide an individual, a holistic idea of microservice architecture, it's working, and its setup.

Applications

These are few microservices which are getting used in this complete project.

Application Name Default Port Dependency Language Description
attendance 8081 MySQL Attendance is a microservice which is designed in Golang to manage employee's attendance information.
employee 8083 Elasticsearch Employee microservice is also designed in Golang to manage employee's information.
salary 8080 Elasticsearch Salary is also a golang based application which creates and manages employee's salary information.
notification - SMTP Server Notification is a scheduled service which gets used to send mail notifications to employees.
frontend 3000 attendance, employeee, salary Frontend is written in ReactJS and gets served using proxy.
traefik 80 frontend Webserver is a traefik based proxy which proxies the frontend application.

For further information about the component you can click on the application.

Databases

These applications are using two kinds of databases, one is structured and other is non-structured.

Application Name Default Port Dependency Description
elastic 9200 - Elasticsearch is being used as non-structured database which manages the employee's information and salary.
mysql 3306 - MySQL is getting used for structured database which manages the employee's attendance information.

For further information, click on the DB.

Architecture

The architecture of the complete microservice interaction looks like this:-

Screenshot

Quickstart

The quickstart of application can be started using docker and docker-compose. We can use simple docker-compose command to build the images and start the setup.

# To build the all images of ot-microservices
make build-images

# To start the setup locally
make setup

For further details checkout GETTING_STARTED

Release History

Please see our CHNANGELOG.md for details.

Contact

If you have any suggestion or query. Contact us at

opensource@opstree.com

About

Loaded microservices applications to do different POC

https://opstree.github.io


Languages

Language:JavaScript 37.3%Language:Go 28.1%Language:Java 12.6%Language:Python 11.5%Language:CSS 4.9%Language:Dockerfile 2.7%Language:Makefile 1.3%Language:HTML 0.9%Language:Shell 0.8%