Skip to content

Latest commit

 

History

History

key-value-store-tutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tutorial: Using the Key Value Store

This folder contains the sample application written as part of the Using the Key Value Store tutorial.

Prerequisites

You need the following tools on your machine, to build, run and deploy the application to Fermyon Wasm Functions:

  • The spin CLI
  • Node.js (Version 20 or later)
  • The aka plugin for spin CLI
  • Access to Fermyon Wasm Functions

Building the Spin Application

Once you've cloned the repository, move into the tutorial folder (./tutorials/key-value-store-tutorial), install the dependencies using npm and run spin build:

cd tutorials/key-value-store-tutorial

npm install

spin build