Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindt/behave-spark
behave spark pyspark bigdata specbyexample
https://github.com/lindt/behave-spark
Last synced: 2 days ago
JSON representation
behave spark pyspark bigdata specbyexample
- Host: GitHub
- URL: https://github.com/lindt/behave-spark
- Owner: lindt
- Created: 2018-10-14T09:15:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T18:35:18.000Z (about 6 years ago)
- Last Synced: 2024-11-08T11:56:33.808Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# behave-spark
... to let your spark applications behave proper.
## Motivation
many products and services are these days data based. But how to test the data products
## Test Categories
### Behaviour Tests on Test Data
### Quality Assurance on Production Data
## Installation
```
pip install behave-spark
```## Usage
behave-spark requires behave.
When implementing the steps...
```
```
## TODO
- ci
- sort table headers?