Skip to content

cebbens/deflight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deflight

Deflight is a flights search aggregator that initially integrates with two suppliers (CrazyAir and ToughJet). A future iteration may add more suppliers.

Assumptions

  • Both suppliers can be requested for one-way flights
  • ToughJet's response
    • discount percentage value between 0 and 100
    • tax value greater than or equal to 0

Enhancements

  • Addition of a cache (i.e. Redis) as a fallback when a supplier is not available with a short eviction policy
  • Fine-grained error handling when parallelizing supplier's requests
    • Circuit-breakers
    • Retry mechanisms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages