{"id":23760656,"url":"https://github.com/george0st/qgate-model","last_synced_at":"2025-09-05T06:31:23.162Z","repository":{"id":179952369,"uuid":"655372116","full_name":"george0st/qgate-model","owner":"george0st","description":"ML/AI meta-model, used in MLRun/Iguazio/Nuclio, see qgate-sln-\u003cMLRun | solution\u003e","archived":false,"fork":false,"pushed_at":"2025-08-17T21:24:57.000Z","size":604056,"stargazers_count":410,"open_issues_count":0,"forks_count":21,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-17T23:25:07.955Z","etag":null,"topics":["data-science","feature-store","iguazu","machine-learning","meta-model","mlops","mlrun","nuclio","quality-assessment","quality-assurance","quality-gate","testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/george0st.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-18T17:37:12.000Z","updated_at":"2025-08-17T21:25:00.000Z","dependencies_parsed_at":"2023-10-27T20:25:43.413Z","dependency_job_id":"360cce23-baf9-412a-ac1a-b0022d6e5d78","html_url":"https://github.com/george0st/qgate-model","commit_stats":null,"previous_names":["george0st/qgate-fs-model"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/george0st/qgate-model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george0st%2Fqgate-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george0st%2Fqgate-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george0st%2Fqgate-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george0st%2Fqgate-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/george0st","download_url":"https://codeload.github.com/george0st/qgate-model/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george0st%2Fqgate-model/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273722689,"owners_count":25156300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","feature-store","iguazu","machine-learning","meta-model","mlops","mlrun","nuclio","quality-assessment","quality-assurance","quality-gate","testing"],"created_at":"2024-12-31T20:33:12.227Z","updated_at":"2025-09-05T06:31:22.957Z","avatar_url":"https://github.com/george0st.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PyPI version fury.io](https://badge.fury.io/py/qgate-model.svg)](https://pypi.python.org/pypi/qgate-model/)\n![coverage](https://github.com/george0st/qgate-model/blob/main/coverage.svg)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/w/george0st/qgate-model)\n![GitHub release](https://img.shields.io/github/v/release/george0st/qgate-model) \n\n# QGate-Model\nThe machine learning meta-model with a synthetic data (useful for MLOps/feature store), is independent of machine\nlearning solutions (definition in json, data in csv/parquet).\n\n![Quality-Gate](./docs/assets/icons8-quality-100.png) \n\n## Usage\nThe meta-model is suitable for:\n - compare capabilities and functions of machine learning solutions (as part of RFP/X and \n[SWOT analysis](https://en.wikipedia.org/wiki/SWOT_analysis))\n - independent test new versions of machine learning solutions (with aim to keep quality in time)\n - unit, sanity, smoke, system, integration, regression, function, acceptance, \nperformance, shadow, ... tests\n - external test coverage (in case, that internal test coverage is not available or weak)\n - etc.\n\nNote: You can see real usage of this meta-model in e.g. project **[qgate-sln-mlrun](https://github.com/george0st/qgate-sln-mlrun)** \nfor testing [MLRun](https://www.mlrun.org/)/[Iguazio](https://www.iguazio.com/) solution.\n\n## Structure\nThe solution contains this simple structure:\n - **00-high-level**\n   - The high-level [view](#meta-model) to the meta-model for better understanding\n - **01-model**\n   - The definition contains 01-projects, 02-feature sets, 03-feature vectors, \n   04-pipelines, 05-ml models, etc.\n - **02-data**\n   - The synthetic data for meta-model in CSV/GZ and parquet formats for party, contact, relation,\n   account, transaction, event, communication, etc.\n   - You can also generate your own dataset with requested size (see samples `./02-data/03-size-10k.sh`, \n   `./02-data/04-size-50k.sh`, etc. and description `python main.py generate --help`)\n - **03-test**\n   - The information for test simplification e.g. feature vector vs on/off-line data, \n   test/data hints, etc.\n\nAddition details, [see structure](./docs/structure.md) and [see rules](./docs/rules.md)\n\n## Expected integrations\nThe supported sources/targets for realization (✅ done, ✔ in-progress, ❌ planned), see \nthe definition `/spec/targets/` in projects (see specification in JSON files):\n - ✅ Redis, ✅ MySQL, ✅ Postgres, ✅ Kafka \n - ✅ Pandas, ✅ Parquet, ✅ CSV\n\n## Meta-Model\n\nThe object relations for key objects in meta-model, plus\nsplitting these objects in packages (01-model/01-project, 01-model/02-feature-set,\n02-data, etc.).\n\n![Object-relations](./00-high-level/object-relations.png)\n\nThe basic feature sets and relations between them.\n\n![Basic-model](./00-high-level/basic-feature-sets.png)\n\nThe derived feature sets and relations between them.\n\n![Derived-model](./00-high-level/derived-feature-sets.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorge0st%2Fqgate-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorge0st%2Fqgate-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorge0st%2Fqgate-model/lists"}