4 repositorios
Tools for querying and navigating structured data stored locally within the browser environment.
Distinguishing note: Focuses on local data retrieval and caching interfaces rather than general-purpose database management systems.
Explore 4 awesome GitHub repositories matching data & databases · Local Data Browsers. Refine with filters or upvote what's useful.
DevDocs is an offline-first web application that functions as a unified documentation aggregator. It collects multiple technical API references into a single, searchable interface, allowing users to access complex software documentation without an active internet connection. The platform distinguishes itself through a high-performance, client-side architecture that enables instant filtering and retrieval of documentation. By utilizing in-memory search indexing and local browser storage, it eliminates the need for server-side round trips, ensuring that syntax and library details are available
Provides a high-performance interface for searching and navigating locally cached structured technical data.
Dexie.js is a wrapper library for IndexedDB that provides a simplified interface for managing and querying structured data within the browser. It functions as a browser database manager used to maintain persistent application state and store binary blobs and records. The project serves as an offline-first data store that synchronizes browser data with remote servers to maintain consistency across sessions. It also acts as a reactive database store by monitoring data changes in real time to trigger automatic user interface updates, and functions as a client-side search engine for indexing and
Provides simplified search and filtering patterns to retrieve specific records from the local browser database.
Kepler.gl is a web-based geospatial visualization framework designed for rendering large-scale location datasets. It functions as a modular React mapping component that enables developers to embed interactive, high-performance geographic visualizations into web applications, serving as a comprehensive engine for building browser-based GIS dashboards. The library distinguishes itself through a highly extensible architecture that centers on centralized state management. By utilizing a predictable state-driven model, it allows for the programmatic control of map layers, filters, and viewport set
Executes queries against local datasets using an in-browser engine for analysis.
PonyDebugger es una suite de herramientas de depuración específicas para iOS que proporciona interfaces basadas en web para inspección de red, navegación de datos, streaming de logs y análisis de jerarquía de vistas. Permite el examen remoto de una aplicación iOS en ejecución a través de un navegador. El proyecto se integra con el protocolo Chrome DevTools para llevar capacidades de inspección y proxy de tráfico de red a aplicaciones nativas de iOS. También proporciona una interfaz web de solo lectura para navegar por objetos gestionados y entidades de datos locales almacenadas en el dispositivo. Las capacidades adicionales incluyen una consola de registro remoto para hacer streaming de texto y volcados de objetos sin usar puntos de interrupción (breakpoints), y un inspector de jerarquía de vistas para examinar y modificar el árbol de elementos visuales en tiempo real. Estas funciones son soportadas por un servidor gateway que establece la comunicación entre el dispositivo móvil y el navegador del desarrollador.
Provides a read-only browser interface for querying and navigating structured data stored locally on the device.