Stockton
Stockton
Explore posts from servers
CDCloudflare Developers
Created by Stockton on 4/5/2024 in #workers-help
✘ [ERROR] Failed to register worker in local service registry TypeError: fetch failed
No description
4 replies
CDCloudflare Developers
Created by Stockton on 1/26/2024 in #workers-help
@google-cloud/bigquery errors
No description
19 replies
CDCloudflare Developers
Created by Stockton on 11/3/2023 in #general-help
What Services Should I use?
Hello everyone. I'm looking to build an application that can achieve the following: - Receive event data from Shopify's web pixel API (https://shopify.dev/docs/api/web-pixels-api) - Send the event data to storage (ideally to BigQuery but open to something else) I'm unsure what all the tools I would need for this. Should I use a worker to create an endpoint for ingesting the events? Then connect the worker to BigQuery? BigQuery only allows 1500 "load jobs" per day so I couldn't insert events 1 by 1. How could I batch and load say every minute? Or should the worker be bound to D1? R2? (not sure what the major differences are there). Thank you to anyone with thoughts and ideas 🙂
8 replies