4 Repos
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 ist eine Suite iOS-spezifischer Debugging-Tools, die webbasierte Schnittstellen für Netzwerk-Inspektion, Daten-Browsing, Log-Streaming und View-Hierarchie-Analyse bereitstellt. Es ermöglicht die Remote-Untersuchung einer laufenden iOS-App über einen Browser. Das Projekt integriert sich in das Chrome DevTools-Protokoll, um Funktionen zur Inspektion und zum Proxying von Netzwerkverkehr in native iOS-Apps zu bringen. Es bietet zudem eine schreibgeschützte Weboberfläche zum Durchsuchen verwalteter Objekte und lokaler Datenentitäten, die auf dem Gerät gespeichert sind. Zusätzliche Funktionen umfassen eine Remote-Logging-Konsole zum Streamen von Text- und Objektdumps ohne die Verwendung von Breakpoints sowie einen View-Hierarchie-Inspektor zum Untersuchen und Modifizieren des visuellen Elementbaums in Echtzeit. Diese Funktionen werden durch einen Gateway-Server unterstützt, der die Kommunikation zwischen dem Mobilgerät und dem Browser des Entwicklers herstellt.
Provides a read-only browser interface for querying and navigating structured data stored locally on the device.