Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 183 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 183 Bytes

airline-tickets

Decision History

  1. GraphQL with Juniper
  2. Queries make blocking::request to Latam API. (Juniper doesn't support ASYNC).
  3. Cache everything with redis
  4. CORS