awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 repository-uri

Awesome GitHub RepositoriesData Model Generation

Automated creation of structured data definitions from database tables to define metrics and dimensions.

Distinct from Data Table Generators: Distinct from data table generators: focuses on generating semantic model definitions rather than database table structures.

Explore 13 awesome GitHub repositories matching data & databases · Data Model Generation. Refine with filters or upvote what's useful.

Awesome Data Model Generation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • cube-js/cubeAvatar cube-js

    cube-js/cube

    20,251Vezi pe GitHub↗

    Cube is a semantic data layer that provides a unified framework for defining business metrics, dimensions, and relationships across diverse data sources. By acting as a headless business intelligence engine, it transforms raw data into a governed model that can be queried via SQL, REST, and GraphQL interfaces. This architecture ensures consistent data definitions and logic across all downstream analytical applications and reporting tools. The platform distinguishes itself through its integrated conversational AI capabilities, which allow users to explore data using natural language. It orches

    Automates the creation of metrics and dimensions from existing database tables.

    Rustagentic-analyticsagentsai
    Vezi pe GitHub↗20,251
  • faker-js/fakerAvatar faker-js

    faker-js/faker

    14,896Vezi pe GitHub↗

    Faker is a library for generating synthetic data and mock information to populate development and testing environments. It provides a structured way to create realistic values such as names, addresses, and dates, allowing developers to validate application logic and visualize user interfaces without relying on production data. The library distinguishes itself through its support for deterministic generation, which uses fixed seeds to ensure that data sequences remain identical across multiple test executions. It also features a modular architecture that separates generation logic into indepen

    Creates basic data types efficiently to minimize memory usage during high-volume generation.

    TypeScriptbrowserdatafake
    Vezi pe GitHub↗14,896
  • dbt-labs/dbt-coreAvatar dbt-labs

    dbt-labs/dbt-core

    13,051Vezi pe GitHub↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Generates database schemas and tables without data to verify structure and dependencies during development.

    Rustanalyticsbusiness-intelligencedata-modeling
    Vezi pe GitHub↗13,051
  • hypothesisworks/hypothesisAvatar HypothesisWorks

    HypothesisWorks/hypothesis

    8,717Vezi pe GitHub↗

    Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge cases and bugs by generating a wide range of randomized inputs based on defined strategies and shrinking complex failing examples to their smallest possible form. It also functions as a state machine testing framework to verify system behavior across sequences of interdependent operations. The project features a fuzzing integration layer that converts raw byte buffers from coverage-guided fuzzers into structured test cases. It includes a persistence mechanism to store and synchro

    Generates basic scalar data types such as integers, floats, and booleans for testing.

    Pythonfuzzingproperty-based-testingpython
    Vezi pe GitHub↗8,717
  • yangjianxin1/fireflyAvatar yangjianxin1

    yangjianxin1/Firefly

    6,642Vezi pe GitHub↗

    Firefly is a training framework and inference engine for large language models. It functions as a toolkit for pre-training and fine-tuning various open-weight architectures, providing a system for model alignment and parameter-efficient fine-tuning. The project includes utilities for merging adapter weights back into base models to create standalone files. It also provides a model alignment toolkit to format training data according to specific prompt templates, ensuring conversational consistency across different models. The framework supports distributed model training and preference-based

    Formats raw training datasets into specific prompt structures to ensure conversational consistency across different models.

    Pythonalpacaaquilabaichuan
    Vezi pe GitHub↗6,642
  • inventree/inventreeAvatar inventree

    inventree/InvenTree

    6,350Vezi pe GitHub↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Builds the entire data layer on Django's ORM, using model introspection to drive API endpoints and serialization.

    Pythondjangohacktoberfestpython
    Vezi pe GitHub↗6,350
  • tortoise/tortoise-ormAvatar tortoise

    tortoise/tortoise-orm

    5,582Vezi pe GitHub↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Defines database tables as Python classes with typed fields, mirroring Django's model API for familiar object-oriented data modeling.

    Pythonasyncasynciomysql
    Vezi pe GitHub↗5,582
  • querydsl/querydslAvatar querydsl

    querydsl/querydsl

    4,964Vezi pe GitHub↗

    Querydsl este un framework pentru construcția de interogări type-safe. Utilizează un API fluent și generarea de cod bazată pe adnotări pentru a crea clase oglindă din modelele de domeniu, permițând validarea la compilare a interogărilor bazei de date și eliminând nevoia de concatenare manuală a șirurilor. Proiectul oferă o sintaxă de interogare unificată care se traduce în dialecte specifice pentru mai multe backend-uri, inclusiv SQL, MongoDB, Lucene și JDO. Suportă capabilități avansate de interogare, cum ar fi expresii tabelare comune, funcții de fereastră, operații geospațiale și subinterogări complexe imbricate. Dincolo de regăsirea datelor, framework-ul acoperă execuția DML type-safe pentru actualizări și ștergeri în masă, precum și maparea rezultatelor în Java Beans, constructori sau tuple. Include suport pentru interogarea colecțiilor în memorie și se integrează cu Spring Framework pentru gestionarea tranzacțiilor și a conexiunilor.

    Creates JavaBean classes based on database tables to simplify data transfer and the population of data clauses.

    Java
    Vezi pe GitHub↗4,964
  • carltongibson/django-filterAvatar carltongibson

    carltongibson/django-filter

    4,683Vezi pe GitHub↗

    django-filter este o bibliotecă pentru filtrarea QuerySet-urilor Django prin maparea parametrilor URL către căutări în baza de date folosind sintaxă declarativă. Acesta funcționează ca un generator de filtre de model și un instrument de căutare în baza de date care traduce parametrii cererii în interogări pentru a rafina rezultatele datelor. Proiectul permite generarea automată a filtrelor de căutare și a formularelor orientate către utilizator pe baza definițiilor câmpurilor modelului. Suportă logica avansată de recuperare prin metode de căutare personalizate, căi de relație și integrarea căutării full-text, oferind în același timp un sistem pentru rafinarea rezultatelor în endpoint-urile API REST. Suprafața sa de capabilități include crearea de formulare de filtrare interactive, randarea vizualizărilor de listă filtrate și utilizarea funcțiilor factory pentru instanțierea dinamică a seturilor de filtre. Sistemul gestionează, de asemenea, filtrarea specifică tipului pentru booleeni, UUID-uri și timestamp-uri ISO 8601, precum și filtrarea bazată pe cereri folosind identitatea utilizatorului autentificat.

    Automatically creates search filters and user-facing forms based on Django model field definitions.

    Python
    Vezi pe GitHub↗4,683
  • jqhph/dcat-adminAvatar jqhph

    jqhph/dcat-admin

    4,022Vezi pe GitHub↗

    dcat-admin este un framework de panou de administrare Laravel utilizat pentru a construi rapid interfețe administrative bazate pe date. Funcționează ca un generator CRUD și instrument de scaffolding backend care produce automat interfețe de creare, citire, actualizare și ștergere bazate pe schemele tabelelor din baza de date. Sistemul se distinge printr-o arhitectură de extensii bazată pe plugin-uri și capacitatea de a rula mai multe instanțe administrative independente într-o singură instalare. Oferă instrumente specializate pentru maparea API-urilor externe către formulare și tabele, precum și un ciclu de viață al formularului bazat pe evenimente pentru executarea de logică personalizată în timpul rezoluției și trimiterii. Framework-ul acoperă o gamă largă de domenii de capabilități, inclusiv controlul accesului bazat pe roluri (RBAC) pentru gestionarea permisiunilor ierarhice, o suită completă de grile de gestionare a datelor cu editare inline și fluxuri de lucru pentru formulare în mai mulți pași. Include, de asemenea, instrumente de vizualizare a datelor pentru dashboard-uri operaționale și o varietate de utilitare de manipulare a conținutului pentru încărcări de fișiere mari și editare text îmbogățit. Sunt furnizate utilitare de linie de comandă pentru a automatiza generarea componentelor administrative și a claselor de acțiune.

    Implements a model-driven architecture where database schemas and model attributes drive the generation of CRUD views.

    PHPlaravellaravel-admin
    Vezi pe GitHub↗4,022
  • xo/dbtplAvatar xo

    xo/dbtpl

    3,892Vezi pe GitHub↗

    dbtpl este un generator de modele de bază de date și un introspector de schemă care produce cod sursă type-safe și modele de date din schemele bazelor de date SQL. Funcționează ca un instrument de linie de comandă care mapează tipurile SQL la structuri Go și funcții de execuție, oferind în același timp un sistem bazat pe template-uri pentru crearea de cod sursă personalizat și definiții de schemă. Instrumentul suportă mai multe motoare de baze de date, inclusiv PostgreSQL, MySQL, SQLite, Oracle și SQL Server. Se distinge prin faptul că permite utilizatorilor să definească formate de output personalizate prin template-uri text și prin capacitatea de a genera definiții de model compatibile pentru framework-ul web Django. Capabilitățile sale se extind la producerea de scripturi SQL pentru migrarea și oglindirea bazelor de date, precum și la exportul reprezentărilor de schemă în formate JSON sau YAML. În plus, poate genera fișiere dot pentru a vizualiza relațiile dintre bazele de date și diagramele structurale.

    Produces compatible model definitions for the Django web framework based on database schemas or SQL queries.

    Gocode-generatorgolangmicrosoft-sql-server
    Vezi pe GitHub↗3,892
  • fastapi-admin/fastapi-adminAvatar fastapi-admin

    fastapi-admin/fastapi-admin

    3,791Vezi pe GitHub↗

    fastapi-admin is a web-based administrative interface that automatically generates CRUD control panels from FastAPI application models and database schemas. It serves as a model-driven dashboard generator that constructs administrative forms and data tables by inspecting database model metadata and field constraints at runtime. The project integrates with asynchronous object-relational mapping to provide a TortoiseORM admin interface, enabling the management of relational database content through a structured dashboard. The resulting interface utilizes a responsive design system for a consist

    Automatically constructs administrative interfaces by inspecting database schema definitions and model metadata at runtime.

    Python
    Vezi pe GitHub↗3,791
  • wisser/jailerAvatar Wisser

    Wisser/Jailer

    3,130Vezi pe GitHub↗

    Jailer is a suite of specialized tools for AI-assisted SQL management, referential integrity preservation, and relational data browsing. It provides a system for generating referentially intact database subsets, allowing users to extract consistent slices of relational data while preserving foreign key constraints and dependencies. The project features an AI-driven SQL assistant that uses natural language to generate, optimize, and refactor queries based on database schemas. It also includes a data migration tool that analyzes SQL patterns to reverse engineer models and map associations betwe

    Generates a relational data extraction model based on rows selected manually within a data browser.

    Javadatabasedb2export
    Vezi pe GitHub↗3,130
  1. Home
  2. Data & Databases
  3. Data Model Generation

Explorează sub-etichetele

  • Django Model Generation5 sub-tag-uriGeneration of randomized data specifically tailored to Django model fields and constraints. **Distinct from Data Model Generation:** Specializes general data model generation for the Django framework specifically.
  • Interactive Model GenerationGenerating data extraction models based on rows manually selected within a data browser. **Distinct from Data Model Generation:** Distinct from Data Model Generation: focuses on manual selection-driven model creation rather than purely automated schema analysis
  • JavaBean DTO GeneratorsAutomatic generation of JavaBean classes based on database tables for data transfer. **Distinct from Data Model Generation:** Distinct from Data Model Generation: specifically generates POJO/JavaBean classes for DTO use rather than semantic metrics/dimensions.
  • Model and Form GenerationGeneration of randomized instances for database models and application forms via type inference. **Distinct from Data Model Generation:** Focuses on generating random instances of models/forms rather than just defining the model structure.
  • Primitive Generators2 sub-tag-uriLightweight utilities for generating basic data types like numbers and strings without heavy locale dependencies. **Distinct from Data Model Generation:** Distinct from Data Model Generation: focuses on primitive value generation rather than semantic model definitions.
  • Sample Data Type InferenceCreation of data models by analyzing raw data samples to infer a schema. **Distinct from Data Model Generation:** Distinct from generating models from database tables by using raw data files as the source of truth.