Hacker News new | ask | show | jobs
by yawnxyz 1187 days ago
Wow so cool! Does this act kind of like a logger and would we be able to have access to the logs later on, or should we bring our own logger as well?

(Also just curious, are you guys just using D1 or KV under the hood?)

1 comments

Thanks! :D No need to bring your own logger, just change one line of code and then all your logs are in Helicone.

We are using CF Worker cache under the hood https://developers.cloudflare.com/workers/runtime-apis/cache...

We might use D1 for some of our other features like rate limiting.