{"id":13488757,"url":"https://github.com/apache/griffin","last_synced_at":"2025-05-14T08:09:47.067Z","repository":{"id":37334657,"uuid":"82035099","full_name":"apache/griffin","owner":"apache","description":"Mirror of Apache griffin ","archived":false,"fork":false,"pushed_at":"2025-01-16T02:09:27.000Z","size":28484,"stargazers_count":1158,"open_issues_count":0,"forks_count":588,"subscribers_count":65,"default_branch":"master","last_synced_at":"2025-05-10T17:16:32.556Z","etag":null,"topics":["griffin"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":false,"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/apache.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}},"created_at":"2017-02-15T08:00:06.000Z","updated_at":"2025-05-07T20:14:33.000Z","dependencies_parsed_at":"2024-01-20T02:14:46.091Z","dependency_job_id":"4b8dface-25cc-4234-b972-4ecb159f32c3","html_url":"https://github.com/apache/griffin","commit_stats":{"total_commits":602,"total_committers":72,"mean_commits":8.36111111111111,"dds":0.8089700996677741,"last_synced_commit":"e293406f5756a9d375a1e123f32dbbdd72934130"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgriffin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgriffin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgriffin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgriffin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/griffin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254050515,"owners_count":22006307,"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","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":["griffin"],"created_at":"2024-07-31T18:01:21.300Z","updated_at":"2025-05-14T08:09:47.013Z","avatar_url":"https://github.com/apache.png","language":"Scala","funding_links":[],"categories":["Scala","大数据","Table of Contents"],"sub_categories":["Frameworks and Libraries"],"readme":"\u003c!--\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements.  See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership.  The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License.  You may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied.  See the License for the\nspecific language governing permissions and limitations\nunder the License.\n--\u003e\n\n\n# Apache Griffin  \n[![Build Status](https://travis-ci.org/apache/griffin.svg?branch=master)](https://travis-ci.org/apache/griffin) [![License: Apache 2.0](https://camo.githubusercontent.com/8cb994f6c4a156c623fe057fccd7fb7d7d2e8c9b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d417061636865253230322d3445423142412e737667)](https://www.apache.org/licenses/LICENSE-2.0.html)    \n\nThe data quality (DQ) is a key criteria for many data consumers like IoT, machine learning etc., however, there is no standard agreement on how to determine “good” data.\nApache Griffin is a model-driven data quality service platform where you can examine your data on-demand. It provides a standard process to define data quality measures, executions and reports, allowing those examinations across multiple data systems.\nWhen you don't trust your data, or concern that poorly controlled data can negatively impact critical decision, you can utilize Apache Griffin to ensure data quality.\n\n\n## Getting Started\n\n### Quick Start\n\nYou can try running Griffin in docker following the [docker guide](griffin-doc/docker/griffin-docker-guide.md).\n\n### Environment for Dev\n\nFollow [Apache Griffin Development Environment Build Guide](griffin-doc/dev/dev-env-build.md) to set up development environment.\n\u003cbr\u003eIf you want to contribute codes to Griffin, please follow [Apache Griffin Development Code Style Config Guide](griffin-doc/dev/code-style.md) to keep consistent code style.\n\n### Deployment at Local\n\nIf you want to deploy Griffin in your local environment, please follow [Apache Griffin Deployment Guide](griffin-doc/deploy/deploy-guide.md).\n\n## Community\n\nFor more information about Griffin, please visit our website at: [griffin home page](http://griffin.apache.org).\n\nYou can contact us via email:\n- dev-list: \u003ca href=\"mailto:dev@griffin.apache.org\"\u003edev@griffin.apache.org\u003c/a\u003e\n- user-list: \u003ca href=\"mailto:users@griffin.apache.org\"\u003eusers@griffin.apache.org\u003c/a\u003e\n\nYou can also subscribe the latest information by sending a email to [subscribe dev-list](mailto:dev-subscribe@griffin.apache.org) and [subscribe user-list](mailto:users-subscribe@griffin.apache.org).\nYou can also subscribe the latest information by sending a email to subscribe dev-list and user-list:\n```\ndev-subscribe@griffin.apache.org\nusers-subscribe@griffin.apache.org\n```\n\nYou can access our issues on [JIRA page](https://issues.apache.org/jira/browse/GRIFFIN)\n\n## Contributing\n\nSee [How to Contribute](http://griffin.apache.org/docs/contribute.html) for details on how to contribute code, documentation, etc.\n\nHere's the most direct way to contribute your work merged into Apache Griffin.\n\n* Fork the project from [github](https://github.com/apache/griffin)\n* Clone down your fork\n* Implement your feature or bug fix and commit changes\n* Push the branch up to your fork\n* Send a pull request to Apache Griffin master branch\n\n\n## References\n- [Home Page](http://griffin.apache.org/)\n- [Wiki](https://cwiki.apache.org/confluence/display/GRIFFIN/Apache+Griffin)\n- Documents:\n\t- [Measure](griffin-doc/measure)\n\t- [Service](griffin-doc/service)\n\t- [UI](griffin-doc/ui)\n\t- [Docker usage](griffin-doc/docker)\n\t- [Postman API](griffin-doc/service/postman)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fgriffin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fgriffin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fgriffin/lists"}