-
Notifications
You must be signed in to change notification settings - Fork 0
Investigate Firebase Cloud Functions For Creating APIs and Scraping #148
Comments
https://firebase.google.com/docs/functions/?authuser=0#how_does_it_work This looks perfect for what we are trying to do |
Here are some example functions provided by the firebase team: This looks like one of the most relevant use cases: Execute intensive tasks in the cloud instead of your app This would be our scraping of data |
This web crawler and search service from Algolia looks interesting and promising: Firebase has a tutorial on how to use Algolia on their Realtime Database service |
For external calls you need to use the Blaze plan: The first 2,000,000 invocations, 400,000 GB-sec, 200,000 CPU-sec, and 5 GB of Internet egress traffic is provided for free each month. |
I'll upgrade the account now, I will just have to put limits on it so it doesn't charge me :( |
Can use a local emulator for Firebase Functions so you don't use up the cloud calls: See https://firebase.google.com/docs/functions/local-emulator for more! |
@ribhav99 the demo is not working entirely for me. You might want to try a different way of getting the text out of the HTML. Jquery might be helpful, im sure that there are web scraping libraries that also do this work. |
https://firebase.google.com/products/functions?authuser=0
The text was updated successfully, but these errors were encountered: