Skip to content

hoop33/parokay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parokay

An OK solution to convert a JSON file to Parquet format.

Getting Started

These instructions will get parokay installed and running on your local machine.

Prerequisites

  • Python 3.12+
  • uv (recommended) or pip

Installation

$ git clone https://github.com/rwarner/parokay
$ cd parokay
$ uv sync

Usage

$ uv run parokay data.json
$ uv run parokay data.json -o output.parquet

The input JSON file must contain either a single object or an array of objects. The output Parquet file defaults to the same path as the input with a .parquet extension.

$ parokay records.json              # writes records.parquet
$ parokay records.json -o out.parquet  # writes out.parquet

Testing

Install dev dependencies and run the test suite:

$ uv sync --extra dev
$ uv run pytest

Additional Documentation and Acknowledgments

License

Copyright © 2026 Rob Warner

Licensed under the MIT License

About

An OK solution to convert a JSON file to Parquet format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages