Hi Glide Community,
I’m working on a Glide app that uses data stored in a PostgreSQL database. I have a web scraping script that I currently run manually to populate a PostgreSQL table connect to my GlideApp. I’m looking to automate this process and integrate it with Glide.
Specifically, I want to:
1. Deploy the script online so it can be triggered automatically.
2. Set up an integration where the script runs either:
• When a new email arrives.
• Or via a manual action within the Glide app.
I’m considering tools like Google Apps Script, AWS Lambda, or Heroku, but I’m not sure which would be the best fit for this use case, especially with the PostgreSQL database in the mix.
Has anyone done something similar, or could you recommend the best approach or tools to achieve this?
Thanks for any guidance or resources you can share!