Hello,
I implemented an angular app, which accesses Airtable API and does CRUD operations on the base.
Per logged in user it makes 10 API requests to read data and 10 to write data to base. So around 20 API requests per logged in user.
we are planning to deploy it enterprise wide. where more than 200 people will be accessing this application at any given point in time and these requests will be executed simultaneously.
Can I get any suggestions on, How the applications will behave ? Will there be any performance issues ? Will Airtable API be able to handle this load ?
Any advice and suggestions will be greatly appreciated
Thanks!