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
·

5 Repos

Awesome GitHub RepositoriesSample-Based Schema Derivation

The process of automatically generating a formal schema by analyzing the structure of provided sample data.

Distinct from JSON Schema Modeling: Distinct from JSON Schema Modeling: focuses on the automatic derivation from data rather than the manual design of the schema.

Explore 5 awesome GitHub repositories matching data & databases · Sample-Based Schema Derivation. Refine with filters or upvote what's useful.

Awesome Sample-Based Schema Derivation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • garrytan/gbrainAvatar von garrytan

    garrytan/gbrain

    23,848Auf GitHub ansehen↗

    gbrain is an agent framework and retrieval-augmented generation system that combines a durable task queue, a git-synced vector store, and a knowledge graph engine. It provides a foundation for building AI agents that interact with structured knowledge bases using the Model Context Protocol. The system synchronizes markdown files from a git repository into a database for high-performance semantic retrieval and creates typed edges between data pages by extracting entity references and wikilinks. It uses a database-backed queue to execute persistent background jobs and tool loops, ensuring relia

    Defines data types and taxonomies based on the physical structure of the underlying file system.

    TypeScript
    Auf GitHub ansehen↗23,848
  • glideapps/quicktypeAvatar von glideapps

    glideapps/quicktype

    13,767Auf GitHub ansehen↗

    Quicktype is a multi-language serialization tool and type generator. It converts JSON samples, JSON Schema definitions, and GraphQL schemas into strongly typed data structures and serialization logic across multiple programming languages. The system automates the data serialization workflow by generating boilerplate code to parse and serialize data. It transforms structured input definitions into executable code, providing the necessary encoders and decoders to move data between raw formats and typed objects.

    Automatically generates formal schemas by analyzing the structure of provided sample JSON data.

    TypeScriptcpluspluscsharpelm
    Auf GitHub ansehen↗13,767
  • quicktype/quicktypeAvatar von quicktype

    quicktype/quicktype

    13,761Auf GitHub ansehen↗

    Quicktype is a multi-language model generation engine that converts JSON and GraphQL schemas into type-safe models and serialization code. It functions as a JSON to type generator and a GraphQL type generator, producing strongly typed classes and interfaces across a wide array of target programming languages. The system derives formal schemas from sample data and transforms these definitions into native language objects. This enables the synchronization of shared data models across diverse tech stacks and the development of type-safe interfaces for consuming external APIs. The engine utilize

    Derives formal JSON schemas from sample data to enable consistent code generation.

    TypeScript
    Auf GitHub ansehen↗13,761
  • alirezamika/autoscraperAvatar von alirezamika

    alirezamika/autoscraper

    7,297Auf GitHub ansehen↗

    Autoscraper ist eine automatische Web-Scraping-Bibliothek und ein musterbasierter Datenextraktor, der Extraktionsregeln aus Beispieldaten lernt. Er identifiziert und ruft Text, URLs und HTML-Elemente von Webseiten ab, indem er Beispielwerte analysiert, um Datenmuster über verschiedene URLs hinweg zu replizieren. Das System fungiert als Manager für Web-Scraping-Modelle, der es Benutzern ermöglicht, gelernte Regeln zu speichern und neu zu laden, um eine konsistente Datenextraktion aufrechtzuerhalten. Es unterstützt den Export und Import von Scraping-Regeln in ein lokales Dateisystem, um den Trainingsprozess für dieselbe Website nicht wiederholen zu müssen. Die Bibliothek deckt automatisiertes Web-Data-Scraping und Web-Content-Harvesting durch beispielbasiertes Musterlernen und positionsbasierte Elementabfrage ab. Sie kann sowohl spezifische Datenpunkte als auch alle Elemente auf einer Seite abrufen, die den aus den anfänglichen Beispieldaten identifizierten Mustern entsprechen.

    Derives extraction rules by analyzing shared structural characteristics of provided text, URLs, or HTML tags.

    Python
    Auf GitHub ansehen↗7,297
  • unionai-oss/panderaAvatar von unionai-oss

    unionai-oss/pandera

    4,382Auf GitHub ansehen↗

    Pandera is a data pipeline validation framework and statistical type validation tool. It functions as a library for defining and enforcing schemas on datasets to ensure data quality and consistency, specifically providing validation capabilities for Pandas dataframes. The project includes a schema inference tool that automates setup by analyzing existing dataset samples to generate validation schemas. It also serves as a synthetic data generator, creating artificial datasets based on predefined schemas to verify data-producing functions. The framework covers data engineering quality assuranc

    Automatically generates validation schemas by analyzing representative samples of existing datasets.

    Pythonassertionsdata-assertionsdata-check
    Auf GitHub ansehen↗4,382
  1. Home
  2. Data & Databases
  3. JSON Schema Modeling
  4. Sample-Based Schema Derivation

Unter-Tags erkunden

  • Filesystem-Based SchemasSchema definitions derived from the directory and file structure of a filesystem. **Distinct from Sample-Based Schema Derivation:** Distinct from Sample-Based Schema Derivation by using physical filesystem hierarchy instead of data samples.
  • Rule DerivationAutomatic generation of extraction rules by analyzing patterns in sample data. **Distinct from Sample-Based Schema Derivation:** Focuses on deriving scraping rules for HTML/URLs rather than formal JSON schemas.