Skip to content

nprasath002/demyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup instructions

  • Checkout this repo from github
  • To run cli python3 main.py
  • To run tests python3 test.py

System extensibility & Scalability

  • The API allows to filter results by id
  • Since the required data is first 20 even numbers the most performant way is to make a single call with ids as filter
  • If we want to scale this to get first 2 million even numbers we need to
    • Only get n number of entries at a time (Depends on server environment)
    • Send multiple API requests simultanously
    • Combine the results and print output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages