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
- Host: GitHub
- URL: https://github.com/this/load-avro-to-datatable-poc
- Owner: this
- License: apache-2.0
- Created: 2020-12-16T16:00:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-23T18:14:49.000Z (over 5 years ago)
- Last Synced: 2025-01-16T07:23:21.790Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.