You are on page 1of 12

Translation service-

A translation API is a software interface that allows developers


to incorporate machine translation into their products. It
enables applications to easily and quickly translate text from one
language to another without storing or managing any translation
data.

Eureka Server-
Eureka Server is an application that holds the information
about all client-service applications. Every Micro service will
register into the Eureka server and Eureka server knows all the
client applications running on each port and IP address. Eureka
Server is also known as Discovery Server.

 How eureka server connected with translation service?


Eureka Client-
Eureka client can be a microservice that is ready to work so it
registers itself to the Eureka server e.g. an API for some app, or
some application(API Gateway) that goes to the server and asks
for directions to a specific microservice.
API Gateway-
An API gateway is an API management tool that sits between
a client and a collection of backend services. An API gateway
acts as a reverse proxy to accept all application programming
interface (API) calls, aggregate the various services required to
fulfill them, and return the appropriate result.






 services?

You might also like