Skip to content

Simple implementation of REST API using another REST API in the backend

Notifications You must be signed in to change notification settings

martin-prikryl/restproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restproxy

Simple implementation of REST API using another REST API in the backend

  • Start by 'py main.py' when backend DB API is running.
  • REQUEST_TIMEOUT and REQUEST_THREADS in config.py must be optimized according to:
    • backend DB reliability and allowed load
    • expected API load
    • desired API response time and success response rate

About

Simple implementation of REST API using another REST API in the backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages