alierdem
alierdem
Explore posts from servers
CDCloudflare Developers
Created by alierdem on 8/3/2024 in #workers-help
connecting external db in queue consumer
hello i have a queue consumer that writes some data to an external database (clickhouse in this case) it works on local with "npx wrangler dev" but when i push it to live it just gives me an error that says it cannot connect. is there a limitation in the queue consumers about connecting external apis ?
1 replies
CDCloudflare Developers
Created by alierdem on 7/26/2024 in #workers-help
how do i create analytics dataset?
https://developers.cloudflare.com/analytics/analytics-engine/get-started/ i like to use this but could not find where i can create a dataset in the interface ? am i missing something ?
3 replies
FFilament
Created by alierdem on 11/26/2023 in #❓┊help
how do i create a listing page with custom query ?
hi lets say i have posts and categories. i want to list all posts in a category with something like /category/{id}/posts. and show it like standard post resource. what is the best way of doing this ?
2 replies