flof.fly
flof.fly
CDCloudflare Developers
Created by flof.fly on 10/8/2024 in #workers-help
https.request is not implemented yet
No description
10 replies
CDCloudflare Developers
Created by flof.fly on 9/30/2024 in #general-help
Storing and providing Stock Market tickers using cloudflare
Hi, what cloudflare services would you use today to store every 60sec the prices of some Stocks (let's say 2000+) in a db/cache and also provide an endpoint for users to fetch globally. I'm currently using Worker + separated Turso database, but I realized that maybe makes more sense to use a cache instead, or something that lives within the worker environment, rather than a separated database. The writes would be: Max 2000 * 60 * 24 * 30 = 86400000 The reads much less, I guess the issue here is the number of writes. I've already explored solutions such as MomentoCache, but as I'll have to provide global access to this endpoint, I'd rather have the storage on cloudflare "next" to the endpoint, let me know if it makes sense. Any idea? Thank you
1 replies
CDCloudflare Developers
Created by flof.fly on 4/26/2024 in #general-help
Any library to compress/decompress JSON on Edge CF Worker?
Hi I noticed I cannot use this library on a CloudFlare Worker: https://github.com/mongodb-js/zstd Any alternative I can use to compress/decompress Jsons on a CloudflareWorker?
2 replies
CDCloudflare Developers
Created by flof.fly on 2/19/2024 in #general-help
Momento Cache Integration UI 'An unknown error occurred'
No description
2 replies
CDCloudflare Developers
Created by flof.fly on 12/13/2023 in #general-help
Can't set compatibility date in the future: 2023-12-14 (Code: 10021)
No description
2 replies