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

https://github.com/this/load-avro-to-datatable-poc


https://github.com/this/load-avro-to-datatable-poc

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# PoC for loading [Avro](https://avro.apache.org/) files to [datatable Frame](https://datatable.readthedocs.io/en/latest/api/frame.html)

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

## Running
```shell script
python main.py
```
Sample Avro files can be found in the `samples` directory.