foobar
Explore posts from serversKV multimap / unordered keys search
in my example, I want to get all keys including
["users", "basket"]
or ["basket", "users"]
, ie I don't care for orders.
kv only authorises strict prefix, here only ["users","alex"]
works
In a real usecase, I want to filter on some criteria (country, city, sport...)5 replies
Share a data between multiple instances Deno Deploy
thanks for your answer and information on instance.
The key is a new key at each deploy that I don't want to set as en env variable. I didn't want also call kv at each time I read the key (too much read on kv if I can avoid it).
8 replies
Jsr, esm, x and external ref
I have the error message that
zod-openapi
is looking for export '@hono/[email protected]'
. How to link them with npm ?8 replies
npm import : class is not found but it is well declared in node_module
done thanks
https://github.com/denoland/deno/issues/22492
5 replies
Fresh, deno deploy microservices and auth
Serve API with fresh is a good idea.
I have 10 microservices in order to have a project more maintenable. In your proposal, don't i come back to a monolithic app ? what is the threshold in size of code between monolothic or microservice ?
12 replies