Artucuno
CDCloudflare Developers
•Created by Artucuno on 8/21/2024 in #workers-help
Decompressing large .gz file
Hey there,
I'm wanting to decompress a large
.csv.gz
file (~1.3GB) pulled from a remote origin inside a worker
Then I need to load and iterate over the rows in the decompressed CSV (~4.1GB) and add them to a D1 DB.
Any help would be greatly appreciated!
Thanks,
Artu ❤️4 replies
CDCloudflare Developers
•Created by Artucuno on 6/26/2024 in #workers-help
Plans to support MongoDB?
Hey there,
Are there any plans to support self-hosted Mongo Databases on Workers?
Or are there any ways to connect in the meantime?
Thanks,
Artu
2 replies
CDCloudflare Developers
•Created by Artucuno on 3/17/2024 in #general-help
Unable to download WAF data
4 replies
CDCloudflare Developers
•Created by Artucuno on 3/2/2024 in #general-help
Cloudflare Starter Bundle Question`
Hey, I'm currently using the basic $5/mth Cloudflare images subscription but I want to update to the Starter Bundle (Images + Stream) but I'm getting "You have an existing subscription to Cloudflare Images. You can purchase Starter or Creator bundles only when your Cloudflare Images subscription is canceled and has ended."
If I were to cancel my images subscription and then get the starter bundle, would my images still be there?
Thanks.
8 replies
CDCloudflare Developers
•Created by Artucuno on 2/12/2024 in #workers-help
Sending emails to unverified addresses
Hey there,
I'm trying to create a Worker for sending emails to customers. When sending an email to an unverified address, I receive
destination address is not a verified address
.
How do I send emails to addresses that aren't verified?
Thanks,
Artu3 replies