Vercel ได้ปล่อย Vercel storage มาให้ลองใช้งาน (Beta version)
ลงชื่อใน waiting list ได้
ออกแบบมาสำหรับ web application เลย (JavaScript และ TypeScript)
โดยประกอบไปด้วย

  • Vercel KV (Key-value) คือ severless Redis อยู่บน Upstash
  • Vercel Postgres (Relational) คือ serverless PostgreSQL อยู่บน Neon
  • Vercel Blob (Binary) สำหรับ upload และ serve file ต่าง ๆ ผ่าน Cloudflare R2

ทำให้การพัฒนา web frontend ได้ง่ายขึ้นมาก ๆ (open, easy และ scale)
ทั้งการอ่านเขียนข้อมูลจาก database และ file ต่าง ๆ
ไปลงชทาอใช้งานกันครับ
ไว้กลับมา review กันต่อหลังได้การ approve แล้ว !!

สามารถดู VDO แนะนำได้ที่นี่

Reference Websites