Git Product home page Git Product logo

examples's Introduction

Upstash Examples

Open Bounties


A collection of examples to show how to use Upstash with different technologies.

These examples will automatically be featured on our website and will be used in our documentation.

Go to examples

Contributing

We love our contributors! Here's how you can contribute:

  • Open an issue if you believe you've encountered a bug.
  • Make a pull request to add new examples/make quality-of-life improvements/fix bugs.

Adding an example

You can add a new example by creating a directory inside /examples.

Please give the directory a descriptive name, it should include the product used and the most relevant tech and/or usecase.

To create an example, you can create an app inside this folder, for example via npm create-next-app ... or similar and make the necessary changes to the code.

README.md

Please ensure you update the README.md with the necessary metadata, an explanation of what it does and instructions on how to run the example.

The metadata needs be in the following format at the very top of the README:

---
title: The name of the example
products: ["redis", "kafka", "qstash"]
stack: ["Next.js", "Vercel", "Supabase", "Deno"]
use_cases: ["Caching", "Ratelimiting"]
author: "your_github_username"
---

An example for the the README can be found here

.env

Almost all examples will need some sort of secret to run, for example a Redis url or token. Please make sure your example includes a .env.example file with the necessary environment variable names. For example:

UPSTASH_REDIS_REST_URL=""
UPSTASH_REDIS_REST_TOKEN=""

Authors

examples's People

Contributors

chronark avatar burak-upstash avatar fahreddinozcan avatar dependabot[bot] avatar ytkimirti avatar multiplehats avatar enesakar avatar ogzhanolguncu avatar trace2798 avatar moinulmoin avatar buggyhunter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.