Skip to content

A KV store for instances table configurations. Allows for nicer URL's and all data to be encoded whilst being semi-validated.

License

Notifications You must be signed in to change notification settings

vantage-sh/instanceskv

Repository files navigation

instanceskv

instanceskv is a simple Cloudflare Worker to handle storing and partially validating configurations for the instances website. The reason it uses SHA-1 hashes for the ID's is to dedupe identical items and have a small ID. This has 2 routes:

  • POST /: A route where you can send JSON in (max 15KB) which matches the structure in src/schema.ts.
  • GET /:hash: Gets the specified item.

About

A KV store for instances table configurations. Allows for nicer URL's and all data to be encoded whilst being semi-validated.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published