Official Python binding for TidesDB
-
Updated
Jan 14, 2025 - Python
Official Python binding for TidesDB
🔑 A telegram bot which allows you to store values using a key value approach.
The in-memory KVS uses the Trie-tree as the main in-memory data structure for achieving high insert and lookup performance. For concurrency, this KVS uses Spin-lock mechanism to avoid race conditions and guarantee mutual exclusion.
In-memory distributed key-value (KV) store
Data modelling with DynamoDB (Target stores)
Implementation of a Dynamo-style key-value storage
🔐 A lightweight, token-secured Flask API for storing and retrieving key-value pairs. Uses in-memory storage with CORS support and .env-based authentication. Ideal for internal apps, prototyping, or testing lightweight storage functionality.
A fast key-value storage library that provides an ordered mapping from string keys to string values.
Add a description, image, and links to the keyvaluestore topic page so that developers can more easily learn about it.
To associate your repository with the keyvaluestore topic, visit your repo's landing page and select "manage topics."