awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesJSON Object Querying

Using SQL syntax to query and restructure JSON arrays and objects without a database schema.

Distinct from Object Oriented Querying: Distinct from Object Oriented Querying: specifically applies SQL to JSON structures rather than entity-based models.

Explore 3 awesome GitHub repositories matching data & databases · JSON Object Querying. Refine with filters or upvote what's useful.

Awesome JSON Object Querying GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • alasql/alasqlA

    AlaSQL/alasql

    7,278Ver en GitHub↗

    AlaSQL is a JavaScript SQL database engine that allows for the filtering, grouping, and joining of in-memory object arrays and JSON data. It functions as an in-memory SQL database and client-side data processor, enabling the execution of SQL statements against JavaScript arrays and external data sources in both browser and server environments. The project serves as a universal data query tool capable of performing relational joins across diverse sources, such as merging Google Spreadsheets, SQLite files, and remote APIs into a single result set. It also acts as an IndexedDB SQL wrapper, allow

    Executes SQL statements against JSON arrays and objects to filter and restructure data.

    JavaScript
    Ver en GitHub↗7,278
  • hazelcast/hazelcastAvatar de hazelcast

    hazelcast/hazelcast

    6,570Ver en GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Extracts and filters values from JSON strings using standard predicates and nested attribute navigation.

    Javabig-datacachingdata-in-motion
    Ver en GitHub↗6,570
  • multiprocessio/dsqAvatar de multiprocessio

    multiprocessio/dsq

    3,866Ver en GitHub↗

    dsq is a command-line interface and data engine for executing SQL queries against local structured files, such as CSV, JSON, Parquet, and Excel, without requiring a formal database import. It functions as a schema-inference engine that automatically detects data types and maps heterogeneous file structures into relational tables for analysis. The tool utilizes a lazy stream data processor and checksum-based disk caching to handle large datasets with minimal memory usage. It provides a persistent interactive shell for iterative data exploration, allowing users to inspect inferred schemas and r

    Allows access to values within nested objects or spreadsheets by defining a path to the target array or object.

    Go
    Ver en GitHub↗3,866
  1. Home
  2. Data & Databases
  3. Object Oriented Querying
  4. JSON Object Querying