vercel-storage-data
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseVercel Storage and Data Skill
Vercel 存储与数据 Skill
progressive_disclosure: entry_point: summary: "Vercel data and storage: Postgres, Redis, Vercel Blob, Edge Config, and data cache." when_to_use: - "When selecting a data store or cache" - "When using managed Postgres or Redis" - "When storing files with Vercel Blob" quick_start: - "Choose Postgres, Redis, or Blob" - "Configure Edge Config or data cache" - "Connect from Functions or apps" - "Monitor usage" token_estimate: entry: 90-110 full: 3800-4800
progressive_disclosure: entry_point: summary: "Vercel 数据与存储服务:Postgres、Redis、Vercel Blob、Edge Config 以及数据缓存。" when_to_use: - "当需要选择数据存储或缓存方案时" - "当使用托管式 Postgres 或 Redis 时" - "当使用 Vercel Blob 存储文件时" quick_start: - "选择 Postgres、Redis 或 Blob" - "配置 Edge Config 或数据缓存" - "从 Functions 或应用中建立连接" - "监控使用情况" token_estimate: entry: 90-110 full: 3800-4800
Overview
概述
Vercel provides managed data services and storage for application state, cache, and files.
Vercel 为应用状态、缓存和文件提供托管式数据服务与存储方案。
Postgres
Postgres
- Provision Postgres for relational data.
- Manage credentials and connection strings.
- 为关系型数据部署 Postgres。
- 管理凭证与连接字符串。
Redis
Redis
- Use Redis for caching and ephemeral state.
- Configure access for Functions and Edge workloads.
- 使用 Redis 实现缓存与临时状态存储。
- 为 Functions 和 Edge 工作负载配置访问权限。
Vercel Blob
Vercel Blob
- Store and serve files with Vercel Blob.
- Use Blob for uploads, assets, and media storage.
- 使用 Vercel Blob 存储与提供文件服务。
- 将 Blob 用于上传、资源与媒体存储场景。
Edge Config
Edge Config
- Use Edge Config for low-latency configuration and feature data.
- Read from Edge Runtime workloads.
- 使用 Edge Config 实现低延迟配置与特性数据存储。
- 从 Edge Runtime 工作负载中读取数据。
Data Cache and Storage
数据缓存与存储
- Use data cache features for response caching.
- Review storage options for app data.
- 使用数据缓存特性实现响应缓存。
- 查看适用于应用数据的存储选项。
Complementary Skills
互补技能
When using this skill, consider these related skills (if deployed):
- vercel-functions-runtime: Functions and Edge access to data.
- vercel-networking-domains: Edge caching and routing.
- vercel-observability: Usage and performance monitoring.
Note: Complementary skills are optional. This skill is fully functional without them.
使用本技能时,可考虑搭配以下相关技能(若已部署):
- vercel-functions-runtime:通过 Functions 和 Edge 访问数据。
- vercel-networking-domains:Edge 缓存与路由。
- vercel-observability:使用情况与性能监控。
注意:互补技能为可选配置。本技能无需搭配即可完整运行。
Resources
资源
Vercel Docs:
- Postgres: https://vercel.com/docs/postgres
- Redis: https://vercel.com/docs/redis
- Vercel Blob: https://vercel.com/docs/vercel-blob
- Edge Config: https://vercel.com/docs/edge-config
- Data Cache: https://vercel.com/docs/data-cache
- Storage: https://vercel.com/docs/storage
Vercel 文档:
- Postgres:https://vercel.com/docs/postgres
- Redis:https://vercel.com/docs/redis
- Vercel Blob:https://vercel.com/docs/vercel-blob
- Edge Config:https://vercel.com/docs/edge-config
- Data Cache:https://vercel.com/docs/data-cache
- Storage:https://vercel.com/docs/storage