Ticker Microservice with exposed REST APIs

Dasun Anushka

0

Backend Engineer

Fullstack Engineer

Web Developer

Java

Redis

Spring Boot

Project goal Problem is there are two providers(REST APIs) when client request data we have to call it and fetch the data and return to user. But every time when you call it it cost you. think on 1M throughput, how much you have to pay?.
https://github.com/erateachnology/ticker-service Solution Providing caching service. - Scheduler implemented which will run every 5 mins. - This schedular will call two providers. - Fetched data and manipulate it and pushed into a Memcache provided by Spring eco system at initial stage. - After initial stage every 5 mins this schedular execute and fetch the latest data and update the cache data.
Like this project
0

Posted Dec 25, 2023

Ticker Microservice is for exposing APIS by consuming data from third party APIS and caching the solution.

Likes

0

Views

19

Tags

Backend Engineer

Fullstack Engineer

Web Developer

Java

Redis

Spring Boot

Dasun Anushka

Senior Full Stack Web Developer

Era by Eranjana Jayawardena - Portfolio website
Era by Eranjana Jayawardena - Portfolio website
OCR Microservice with exposed REST APIs
OCR Microservice with exposed REST APIs