11# API-KV: Simple and Flexible Key-Value Storage API
22
3- ![ apikv-logo.png] ( _docs%2Fapikv -logo.png )
3+ ![ apikv-logo.png] ( _docs/apikv -logo.png )
44
55Welcome to API-KV, a user-friendly and versatile Key-Value storage API designed with simplicity in mind. Powered by
66SQLite and implemented in Golang, API-KV offers an effortless experience for managing your data.
@@ -15,24 +15,16 @@ Features:
1515 in your preferred environment.
1616- ** Unbound experience** : Say goodbye to RAM limitations and the complexities of embedded DB-Per-App. API-KV, allows you
1717 to store everything on disk while maintaining efficient indexing and automatic removal of expired items.
18- - ** Namespaces** : No more conflicts between apps or pre-define databases. Organize keys in namespaces, which are
18+ - ** Namespaces** : No more conflicts between apps or pre-defined databases. Organize keys in namespaces, which are
1919 dynamically created without restrictions.
2020
2121Self-hosted friendly.
2222
23- ## Getting Started
24-
25- To try out API-KV, follow these simple steps:
26-
27- - Download the API-KV binary from our GitHub [ releases] ( https://github.com/reddec/api-kv/releases/latest ) .
28- - Run the binary on your machine.
29- - Access the API and start storing and retrieving your key-value data effortlessly.
30-
3123## Installation
3224
3325- Via GitHub [ releases] ( https://github.com/reddec/api-kv/releases/latest )
3426- Via Go install: ` go install -v github.com/reddec/api-kv/cmd/...@latest `
35- - Via Docker image (x64 and arm): ` ghcr.io/reddec/api-kv:latest `
27+ - Via [ Docker image] ( https://github.com/reddec/api-kv/pkgs/container/api-kv ) (x64 and arm): ` ghcr.io/reddec/api-kv:latest `
3628
3729## Usage
3830
0 commit comments