An open API service indexing awesome lists of open source software.

https://github.com/riju18/dataquality-with-greatexpectations


https://github.com/riju18/dataquality-with-greatexpectations

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DataQuality-With-GreatExpectations

# How to start

+ make a python venv
```sh
python3 -m venv venv_name
```

+ activate the env
+ linux/mac
```sh
source venv_name/bin/activate
```
+ install libraries
```sh
pip3 install -r requirements.txt
```

+ clone the repo
+ run ```csv_data_validate.py```

# Fresh start
+ [quickStart](https://docs.greatexpectations.io/docs/oss/tutorials/quickstart)
+ [All validations API](https://greatexpectations.io/expectations/?banner=false)

# Postgres Connection
+ rename the ```.env_sample``` to ```.env```
+ run the ```*.py``` file