Python Forum
API Gateway to manage multiple API's get put data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
API Gateway to manage multiple API's get put data
#1
I have need to connect to multiple API's using get requests to pull and store some data which will then be used to compile put requests. I would like to find a very secure method of doing so considering I could be connecting to many API's eventually. Is this what an 'API Gateway' is for? Kong? Tyk? AWS API Gateway? I am curious how others have handled this. I would like to be able to handle the coding in Python and manage 1-100+ API get/put requests with like PostgreSQL or MySQL for the temporary storage for use in manipulating the data from multiple API's which will be used to do PUT requests. I don't think it makes sense to do this from scratch and security is important to me. I don't want to reinvent the wheel if possible.
Reply


Messages In This Thread
API Gateway to manage multiple API's get put data - by robsuttonjr - Mar-08-2021, 06:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python manage variables across project level mg24 1 928 Nov-12-2022, 05:01 AM
Last Post: deanhystad
  How do you manage script? kucingkembar 14 2,742 Oct-15-2022, 06:32 PM
Last Post: Gribouillis
  Load multiple Jason data in one Data Frame vijays3 6 1,568 Aug-12-2022, 05:17 PM
Last Post: vijays3
  Python, how to manage multiple data in list or dictionary with calculations and FIFO Mikeardy 8 2,623 Dec-31-2021, 07:47 AM
Last Post: Mikeardy
  how to manage crypto trading flooding data from exchange servers Mikeardy 0 1,246 Dec-26-2021, 08:31 PM
Last Post: Mikeardy
  How to map two data frames based on multiple condition SriRajesh 0 1,496 Oct-27-2021, 02:43 PM
Last Post: SriRajesh
  Load the data from multiple source files to one table amy83 2 2,601 Apr-27-2021, 12:33 AM
Last Post: Pedroski55
  Pandas: how to split one row of data to multiple rows and columns in Python GerardMoussendo 4 6,864 Feb-22-2021, 06:51 PM
Last Post: eddywinch82
  How to filter out Column data From Multiple rows data? firaki12345 10 5,150 Feb-06-2021, 04:54 AM
Last Post: buran
  Fetching data from multiple tables in a single request. swaroop 0 1,907 Jan-09-2021, 04:23 PM
Last Post: swaroop

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020