For key value store interfaces, the strongest matches are joeferner/redis-commander (Redis Commander is a web-based management interface specifically designed), pubkey/rxdb (RxDB is a reactive offline-first NoSQL database for JavaScript) and neweggai/redis-manager (This repository provides a Redis management and monitoring platform). Each is ranked by relevance to your query, popularity and recent activity.
Compare the best open-source key-value store interfaces on GitHub, ranked by stars and activity to find the right one.
Redis Commander is a web-based management interface and graphical user interface for Redis databases. It serves as an administration tool for monitoring server configurations and managing data across multiple instances. The tool provides a visual key browser that organizes data into a hierarchical tree view and includes a key-value inspector with pagination for large datasets. It also features a browser-based command line interface with tab completion for executing raw database commands. Connectivity is supported for various deployment modes, including standalone servers, sentinel setups, an
Redis Commander is a web-based management interface specifically designed for Redis databases that provides a graphical key browser, command line interface, and multi-instance monitoring, making it a solid fit for this database management UI search despite lacking a few of the broader visualization features.
This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d
RxDB is a reactive offline-first NoSQL database for JavaScript applications, offering local-first data synchronization and reactive queries rather than a dedicated out-of-the-box management interface tool.
Redis-manager is a Java-based administrative platform and web interface designed for managing, provisioning, and monitoring Redis databases and clusters. It provides a centralized dashboard equipped for container-based and direct machine deployment, cluster topology orchestration, and interactive data inspection. The platform includes a slot-aware cluster orchestrator capable of handling node evictions, replication bindings, manual failovers, and hash slot migrations. It also features a real-time metric scraper that tracks memory consumption, client connections, and slow logs, coupled with a
This repository provides a Redis management and monitoring platform with support for cluster operations and data queries, fulfilling the core need for a key-value database interface despite some missing features.