Skip to content

Cpriyanshi77/OT-Microservices

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salary

Salary is also a java based application which creates and manages employedde's salary information.

Database

  • [Elasticsearch]](../elasticsearch) => Salary application stores information in easticsearch

Endpoints

The available endpoints for this application are:---

ENDPOINT*dd 222 REQUEST TYPE DESCRIPTION
/salary/search/all GET search will fetches the salary of all users.
/salary/healthz GET healthz will check the DB connectivity and return the status of application that whether it can serve the requests or not.

Environment Variable

ENVIRONMENT VARIABLE DESCRIPTION
ELASTIC_APM_SERVICE_NAME Service name of elastic APM configuration
ELASTIC_APM_SERVER_URL APM service URL for sending metrics and insights
SPRING_ELASTICSEARCH_REST_URIS URL for elasticsearch database for interaction
SPRING_ELASTICSEARCH_REST_USERNAME Username for elasticsearch database
SPRING_ELASTICSEARCH_REST_PASSWORD Password for elasticsearch database

GitOps

About

Loaded microservices applications to do different POC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.8%
  • Dockerfile 4.5%
  • Makefile 1.7%