Skip to content

tristanlee85/harperdb-edgio-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HarperDB Edgio Runner

A HarperDB Component for processing requests with Edgio.

Usage

  1. Add the extension to your HarperDB project using your package manager:
npm install git+ssh://[email protected]:tristanlee85/harperdb-edgio-runner.git --save
# or
yarn add git+ssh://[email protected]:tristanlee85/harperdb-edgio-runner.git
# or
pnpm add git+ssh://[email protected]:tristanlee85/harperdb-edgio-runner.git
  1. Add to config.yaml:
'edgio-runner':
  package: 'edgio-runner'
  files: /*
  1. Run your app with HarperDB:
harperdb run .

Extension Options

  • edgioDir: The path to the .edgio directory.

Building

This extension is built using Bun. To get started, install Bun globally:

npm install -g bun

Then, run the following command to build the extension:

bun run build

This will create a dist directory with the built extension bundled for Node.js.

If you are developing, you can use the watch script to automatically rebuild the extension when you make changes to the source code.

bun run watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published