Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/griffin
Mirror of Apache griffin
https://github.com/apache/griffin
griffin
Last synced: 1 day ago
JSON representation
Mirror of Apache griffin
- Host: GitHub
- URL: https://github.com/apache/griffin
- Owner: apache
- License: apache-2.0
- Created: 2017-02-15T08:00:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T02:09:27.000Z (9 days ago)
- Last Synced: 2025-01-16T07:10:10.045Z (9 days ago)
- Topics: griffin
- Language: Scala
- Homepage:
- Size: 27.2 MB
- Stars: 1,145
- Watchers: 66
- Forks: 588
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-data-quality - griffin - Data Quality solution for distributed data systems at any scale in both streaming and batch data context. (Table of Contents / Frameworks and Libraries)
README
# Apache Griffin
[![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)The 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.
Apache 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.
When 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.## Getting Started
### Quick Start
You can try running Griffin in docker following the [docker guide](griffin-doc/docker/griffin-docker-guide.md).
### Environment for Dev
Follow [Apache Griffin Development Environment Build Guide](griffin-doc/dev/dev-env-build.md) to set up development environment.
If 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.### Deployment at Local
If you want to deploy Griffin in your local environment, please follow [Apache Griffin Deployment Guide](griffin-doc/deploy/deploy-guide.md).
## Community
For more information about Griffin, please visit our website at: [griffin home page](http://griffin.apache.org).
You can contact us via email:
- dev-list: [email protected]
- user-list: [email protected]You can also subscribe the latest information by sending a email to [subscribe dev-list](mailto:[email protected]) and [subscribe user-list](mailto:[email protected]).
You can also subscribe the latest information by sending a email to subscribe dev-list and user-list:
```
[email protected]
[email protected]
```You can access our issues on [JIRA page](https://issues.apache.org/jira/browse/GRIFFIN)
## Contributing
See [How to Contribute](http://griffin.apache.org/docs/contribute.html) for details on how to contribute code, documentation, etc.
Here's the most direct way to contribute your work merged into Apache Griffin.
* Fork the project from [github](https://github.com/apache/griffin)
* Clone down your fork
* Implement your feature or bug fix and commit changes
* Push the branch up to your fork
* Send a pull request to Apache Griffin master branch## References
- [Home Page](http://griffin.apache.org/)
- [Wiki](https://cwiki.apache.org/confluence/display/GRIFFIN/Apache+Griffin)
- Documents:
- [Measure](griffin-doc/measure)
- [Service](griffin-doc/service)
- [UI](griffin-doc/ui)
- [Docker usage](griffin-doc/docker)
- [Postman API](griffin-doc/service/postman)