This content originally appeared on DEV Community and was authored by Naman Vashistha
Github: namanvashistha/limedb
We're excited to announce the release of a new Text User Interface (TUI) for LimeDB! This commit introduces a dedicated tui/ directory with a robust, developer-friendly terminal application designed to simplify interaction and monitoring of your LimeDB clusters.
LimeDB is a lightweight, fast, open-source distributed key-value store built for high-performance systems. Managing and observing distributed systems can be complex, and this TUI aims to provide a clear, real-time overview directly from your terminal.
Key Features of the LimeDB TUI:
- Cluster Status Overview: Get an immediate snapshot of all your LimeDB nodes. See which nodes are active, their ports, node IDs, and peer counts. Errors for inaccessible nodes are clearly displayed.
- Ring Distribution Visualization: Understand how data partitions are distributed across your cluster. The TUI visualizes the ring state, showing token shares and range counts for each node, helping you assess balance and ownership.
- Data Explorer: Interact directly with your key-value store. You can easily perform
GET,SET, andDELETEoperations on keys, making it convenient for debugging or quick data checks without needing to use raw API calls. - Built with Textual: The TUI leverages the Textual framework for rich terminal graphics and interactivity, providing a modern and responsive experience. It uses
aiohttpfor asynchronous communication with LimeDB's API.
This TUI is a significant step towards improving the developer experience for LimeDB users, making it easier to deploy, monitor, and debug your distributed key-value store.
To run the TUI:
- Ensure you have
uvinstalled (pip install uv). - Navigate to the
tuidirectory. - Run
uv run main.py.
We believe this TUI will be an invaluable tool for anyone working with LimeDB.
This content originally appeared on DEV Community and was authored by Naman Vashistha
Naman Vashistha | Sciencx (2025-11-19T23:43:50+00:00) Introducing the LimeDB TUI: Enhanced Cluster Management from Your Terminal. Retrieved from https://www.scien.cx/2025/11/19/introducing-the-limedb-tui-enhanced-cluster-management-from-your-terminal/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.