ServerlessData Platform

Redis®*

Serverless database with Redis API

Kafka®

Serverless Kafka and Connectors

VectorNEW

Serverless Vector Database

QStash

Messaging for the Serverless

Trusted by the best teams

Serverless & Edge

The platform tailored for the serverless revolution

Global low latencyLatency

Data is replicated across 8+ regions worldwide to provide lowest latency for your users. Add/remove regions without any downtime.

Price scales to zeroPricing

Start free, then pay only for what you use with per-request pricing. You'll never pay more than the cap price, guaranteed.

Requests12,004
Storage420KB
Cost$0.02

HTTP/REST APIRest API

HTTP-based APIs enable access from serverless and edge functions in addition to supporting standard clients via the Redis/Kafka protocol.

from upstash_vector import Index

index = Index(url="https://master-yoda-eu1-vector.upstash.io/query", token="XXX")

index.upsert(
  vectors=[("id-1", [0.72, 0.7], {"meta_key": "meta_value"})]
)

index.query(
  vector=[0.72, 0.7], top_k=1, include_vectors=True, include_metadata=True
)

Designed for the edgeGlobal database features

Tested and optimized for Vercel Edge, Cloudflare Workers and Fastly Edge.

lagon logo

Products

True serverless data platform

Serverless KV with Redis API

  • Durable and fast with multi tier storage.
  • Fast anywhere with global replication.
  • Designed for Edge/Serverless with REST API.

Serverless Kafka with no barriers

  • Per message pricing with zero fixed cost.
  • Managed Kafka Connectors with no cost.
  • REST support in addition to Kafka API.

QStash

  • Serverless, HTTP based messaging
  • Scheduling via CRON
  • At-least-once delivery with auto retries

Vector Database

  • Serverless, price scales to zero
  • Optimized for vector search
  • Scales up to billion vectors

Community

The help you need, when you need it

Blog

Read the latest news and product updates from the Upstash Blog.

Read

Discord

Join our Discord community to chat with other developers and the Upstash team.

Join

Twitter

Follow us on Twitter to stay up to date with the latest news from Upstash.

Follow

Github

You can view all the projects we have developed as open source on our Github page.

View