Skip to main content

GitHub Repository

You can find the project source code on GitHub.

Prerequisites

  1. Create a Google Cloud Project.
  2. Enable billing for your project.
  3. Enable Cloud Functions, Cloud Build, Artifact Registry, Cloud Run, Logging, and Pub/Sub APIs.

Database Setup

Create a Redis database using Upstash Console or Upstash CLI. Copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN for the next steps.

Counter Function Setup & Deploy

  1. Go to Cloud Functions in Google Cloud Console.
  2. Click Create Function.
  3. Setup Basics and Trigger Configuration like below:
  4. Using your UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN, setup Runtime environment variables under Runtime, build, connections and privacy settings like below.
  5. Click Next.
  6. Set Entry point to counter.
  7. Update index.js
index.js
  1. Update package.json to include @upstash/redis.
package.json
  1. Click Deploy.
  2. Visit the given URL.