{"id":36399775,"url":"https://github.com/manjunathh-xyz/schemeforge","last_synced_at":"2026-01-11T16:02:46.235Z","repository":{"id":328485511,"uuid":"1115721548","full_name":"manjunathh-xyz/schemeforge","owner":"manjunathh-xyz","description":"Fast, local CLI written in Rust for validating, inspecting, and converting CSV \u0026 JSON datasets using file-based schemas.","archived":false,"fork":false,"pushed_at":"2025-12-13T12:48:36.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-15T03:40:15.741Z","etag":null,"topics":["cli","command-line-tool","csv","data-validation","dataset","developer-tools","json","open-source","rust","schema-validation"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manjunathh-xyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-13T12:20:29.000Z","updated_at":"2025-12-13T12:48:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/manjunathh-xyz/schemeforge","commit_stats":null,"previous_names":["manjunathh-xyz/forge-rs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/manjunathh-xyz/schemeforge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjunathh-xyz%2Fschemeforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjunathh-xyz%2Fschemeforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjunathh-xyz%2Fschemeforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjunathh-xyz%2Fschemeforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manjunathh-xyz","download_url":"https://codeload.github.com/manjunathh-xyz/schemeforge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjunathh-xyz%2Fschemeforge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28312183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","command-line-tool","csv","data-validation","dataset","developer-tools","json","open-source","rust","schema-validation"],"created_at":"2026-01-11T16:02:46.167Z","updated_at":"2026-01-11T16:02:46.228Z","avatar_url":"https://github.com/manjunathh-xyz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# schemeforge\n\nFast, local CLI written in Rust for validating, inspecting, and converting CSV \u0026 JSON datasets using file-based schemas.\n\n## Problem Statement\n\nValidating and converting datasets between CSV and JSON formats is often tedious and error-prone. Developers and data analysts frequently need to ensure data integrity, check for type mismatches, and transform data formats without relying on external services or complex tools.\n\n## Why schemeforge?\n\nschemeforge provides a simple, fast, and local solution for dataset validation and conversion. It uses declarative schemas to define expected data structures, catching errors early and enabling reliable data processing pipelines.\n\n## Installation\n\n```bash\ncargo install schemeforge\n```\n\nOr build from source:\n\n```bash\ngit clone https://github.com/manjunathh-xyz/schemeforge.git\ncd schemeforge\ncargo build --release\n```\n\n## Usage\n\n### Validate a dataset\n\n```bash\nschemeforge validate data.csv --schema schema.json\n```\n\n### Show dataset statistics\n\n```bash\nschemeforge stats data.json\n```\n\n### Convert between formats\n\n```bash\nschemeforge convert input.csv output.json\nschemeforge convert input.json output.csv\n```\n\n## Schema Format\n\nSchemas are JSON files defining fields and their types:\n\n```json\n{\n  \"fields\": {\n    \"name\": {\"field_type\": \"string\", \"required\": true},\n    \"age\": {\"field_type\": \"number\", \"required\": false},\n    \"active\": {\"field_type\": \"boolean\", \"required\": false}\n  }\n}\n```\n\nSupported types: `string`, `number`, `boolean`.\n\n## Non-Goals\n\n- No plugins or extensions\n- No custom schema DSL\n- No asynchronous operations\n- No network access\n- No configuration files\n- No auto-fixing of data\n- No GUI interface","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanjunathh-xyz%2Fschemeforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanjunathh-xyz%2Fschemeforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanjunathh-xyz%2Fschemeforge/lists"}