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

https://github.com/this/parquet-pyarrow-poc


https://github.com/this/parquet-pyarrow-poc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# parquet-pyarrow-poc

## Setup
```shell script
virtualenv -p python3.8 env
source env/bin/activate
pip install -r requirements.txt
```

## Running
```shell script
python .
```