{"id":18485018,"url":"https://github.com/weso/pschema-rs","last_synced_at":"2026-02-12T09:33:27.168Z","repository":{"id":165208738,"uuid":"626824890","full_name":"weso/pschema-rs","owner":"weso","description":"Pregel-based schema validation algorithm written in Rust for generating Wikidata subsets","archived":false,"fork":false,"pushed_at":"2024-12-23T11:49:04.000Z","size":69250,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-16T22:47:57.535Z","etag":null,"topics":["algorithms","duckdb","pregel","rust","shex","subsetting","validation","wikidata-dump"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/pschema-rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weso.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-04-12T08:30:08.000Z","updated_at":"2025-01-30T06:57:05.000Z","dependencies_parsed_at":"2025-05-13T21:50:51.046Z","dependency_job_id":null,"html_url":"https://github.com/weso/pschema-rs","commit_stats":null,"previous_names":["angelip2303/pschema-rs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/weso/pschema-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weso%2Fpschema-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weso%2Fpschema-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weso%2Fpschema-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weso%2Fpschema-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weso","download_url":"https://codeload.github.com/weso/pschema-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weso%2Fpschema-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29362836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["algorithms","duckdb","pregel","rust","shex","subsetting","validation","wikidata-dump"],"created_at":"2024-11-06T12:44:04.134Z","updated_at":"2026-02-12T09:33:27.144Z","avatar_url":"https://github.com/weso.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `pschema-rs`\n\n[![CI](https://github.com/angelip2303/pschema-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/angelip2303/pschema-rs/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/angelip2303/pschema-rs/branch/main/graph/badge.svg?token=jgwNdmIYhD)](https://codecov.io/gh/angelip2303/pschema-rs)\n[![latest_version](https://img.shields.io/crates/v/pschema-rs)](https://crates.io/crates/pschema-rs)\n[![documentation](https://img.shields.io/docsrs/pschema-rs/latest)](https://docs.rs/pschema-rs/latest/pschema_rs/)\n\n`pschema-rs` is a Rust library that provides a Pregel-based schema validation algorithm for generating subsets of data\nfrom Wikidata. It is designed to be efficient, scalable, and easy to use, making it suitable for a wide range of applications\nthat involve processing large amounts of data from Wikidata.\n\n## Features\n\n- **Pregel-based schema validation**: `pschema-rs` uses the Pregel model, a graph-based computation model, to perform\n  schema validation on Wikidata entities. This allows for efficient and scalable processing of large datasets.\n\n- **Rust implementation**: `pschema-rs` is implemented in Rust, a systems programming language known for its performance,\n  memory safety, and concurrency features. This ensures that the library is fast, reliable, and safe to use.\n\n- **Wikidata subset generation**: `pschema-rs` provides functionality to generate subsets of data from Wikidata based on\n  schema validation rules. This allows users to filter and extract relevant data from Wikidata based on their specific\n  requirements.\n\n- **Customizable validation rules**: `pschema-rs` allows users to define their own validation rules using a simple and\n  flexible syntax. This makes it easy to customize the schema validation process according to the specific needs of a given\n  application.\n\n- **Easy-to-use API**: `pschema-rs` provides a user-friendly API that makes it easy to integrate the library into any Rust\n  project. The API provides a high-level interface for performing schema validation and generating Wikidata subsets, with\n  comprehensive documentation and examples to help users get started quickly.\n\n## Installation\n\nTo use `pschema-rs` in your Rust project, you can add it as a dependency in your `Cargo.toml` file:\n\n```toml\n[dependencies]\npschema = \"0.0.4\"\n```\n\n## Usage\n\nTBD\n\n## Related projects\n\n1. [wdsub](https://github.com/weso/wdsub) is an application for generating Wikidata subsets written in Scala.\n2. [pschema](https://github.com/weso/pschema) is a Scala-based library which is equivalent to this.\n\n## License\n\nCopyright \u0026copy; 2023 Ángel Iglesias Préstamo (\u003cangel.iglesias.prestamo@gmail.com\u003e)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n**By contributing to this project, you agree to release your\ncontributions under the same license.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweso%2Fpschema-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweso%2Fpschema-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweso%2Fpschema-rs/lists"}