Services

Self-hosted backend for Deno KV key-value storage

DatabaseNoSQL
Deploy

What is Deno KV?

Deno KV is a JavaScript-first key-value database built into Deno, with a standalone open-source backend called denokv for self-hosting. The denokv server uses a SQLite backend and exposes a KV Connect endpoint that Deno apps can use over the network. Developers use it for simple, fast data storage in Deno applications when they want control over hosting instead of Deno Deploy.

How to deploy on Kubeara

  1. Sign in to your Kubeara dashboard and connect a server if you have not already.

  2. Open the Services catalog and select Deno KV.

    Deno KV on Kubeara
    Deno KV on Kubeara
  3. Review the pre-configured settings and click Deploy.

    Deno KV environment configuration on Kubeara
    Deno KV environment configuration on Kubeara
  4. Deno KV is now running on your Kubeara server. Open your dashboard to get started.