Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitsonk/kview
A web app for Deno KV
https://github.com/kitsonk/kview
deno kv webapp
Last synced: about 2 months ago
JSON representation
A web app for Deno KV
- Host: GitHub
- URL: https://github.com/kitsonk/kview
- Owner: kitsonk
- License: mit
- Created: 2023-09-10T09:26:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T08:47:35.000Z (9 months ago)
- Last Synced: 2024-04-15T02:16:08.969Z (9 months ago)
- Topics: deno, kv, webapp
- Language: TypeScript
- Homepage: https://kview.deno.dev
- Size: 363 KB
- Stars: 53
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kview
A web interface for viewing Deno KV stores.
## Usage
See [docs](./docs/index.md) for information on how to use `kview`, roadmap, and
known limitations; which is also integrated into the webapp.## Installation
A current version of the Deno CLI is required to install and host `kview`. To
install, run the following command:```
deno run -A -r https://kview.deno.dev/install
```You will be prompted for a location to install `kview`.
Once the installation is complete, change to the installation directory and run
the following to start the `kview` server:```
deno task start
```You can also upgrade your installation to the latest version by performing:
```
deno task upgrade
```> [!WARNING]
> If you do not have an upgrade task in your configuration, your installation
> pre-dates the capability being added and you should instead re-install the
> application which will then include the upgrade task.> [!TIP]
> The [kitsonk/kview](https://github.com/kitsonk/kview) repository can also be
> cloned, though this will effectively be a development environment for kview,
> versus a standalone web application.---
Copyright 2023-2024 Kitson P. Kelly. All Rights Reserved. MIT License.