⛅ Key-Value Storage With Cloudflare Workers KV #serverless (lesson 4)

preview_player
Показать описание
Serverless key-value storage or KV provides an easy way to store / retrieve data for your Cloudflare Workers. Best of all, Cloudflare has recently introduced a FREE tier for KV!

⛅ Getting Started with Serverless Cloudflare Workers on The Edge (lesson 1)

⛅ Cloudflare Workers as a Web Server (with Webpack) (lesson 2)

⛅ Making API Calls From a Cloudflare Worker (lesson 3)

⛅ Key-Value Storage With Cloudflare Workers KV #serverless (lesson 4)

⛅ Smart Routing with Cloudflare Workers and Webpack (extra credit)

Subscribe to my Newsletter to continue learning about Cloudflare Workers!

Cheers 🍻

Join my 📰 Newsletter
Subscribe to my 📺 YouTube, JoelCodes
Say hi to me on Twitter @joelnet

Music: Slynk | Track: X Ray Vision
Music without copyright - Attribution not required.
Рекомендации по теме
Комментарии
Автор

Hi Joel. Great video. I have a doubt on 2:29 where you added "FILES" as global in "eslintrc.yml". What is "eslintrc.yml" and why this specific config change is made?

Dhanushh
Автор

But how do you use the KV values in the worker, without using wrangler? I manually added the keys/values.

kodedart
Автор

please tell me what does Operations/worker invocation limit 1000 means? KV limits docs says that there will be 1000 limit on both free and paid plan.

a.k.p
Автор

how can i delete a particular key from kv store?

dmssmdq
Автор

How to use pagination while getting the data ?

amarjeetsingh-eugv
Автор

I know this will be un-kind, but pay attention 12:30 to your eye blinking pattern at the end as you are saying "I appreciate you spending your time with me." Are being held against your will, and tortured by the CF workers by making you learn what the CF Workers are.

LevAgency
Автор

Hello there, meaning we can store inages too in kv?

aemericenglish
Автор

How are you calling FILES.get? When I try it says that it is not available/unknown. I know it's a global variable but my typescript/svelte app is not finding it from the wrangler.toml file.

kimberlymoran
Автор

Very tutorials. Question, if wanting to create a more "multi" demential data situation, ie a situation where there are users, users have companies, companies have brands, and brands have locations..is it better to stuff all this data in a single key with the userid, and then the value has all the other stuff in a Jason data situation. Just did the auth0 demo and was now looking to build something with it! Thoughts on using KV? Or better to use firebase, or a cloudflare worker that makes data requests from firebase? Or somehow replace Auth0 auth with Firebase Auth. Looking forward to your response...my gf is not a software engineer and is staring blankly at me when I ask her these things.

videosuperhero