awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesLocal Data Browsers

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.

Awesome Local Data Browsers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • freecodecamp/devdocsAvatar von freeCodeCamp

    freeCodeCamp/devdocs

    39,102Auf GitHub ansehen↗

    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.

    Rubyapi-documentationappdevdocs
    Auf GitHub ansehen↗39,102
  • dexie/dexie.jsAvatar von dexie

    dexie/Dexie.js

    14,445Auf GitHub ansehen↗

    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.

    TypeScript
    Auf GitHub ansehen↗14,445
  • keplergl/kepler.glAvatar von keplergl

    keplergl/kepler.gl

    11,871Auf GitHub ansehen↗

    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.

    TypeScriptdata-visualizationgeospatialkepler
    Auf GitHub ansehen↗11,871
  • square/ponydebuggerAvatar von square

    square/PonyDebugger

    5,854Auf GitHub ansehen↗

    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.

    Objective-C
    Auf GitHub ansehen↗5,854
  1. Home
  2. Data & Databases
  3. Local Data Browsers