A lightweight library for working with parquet files.
Supports reading and writing parquet files.
Parquito libraries are published to maven central. Add a dependency on the core library to start.
<dependency>
<groupId>com.markosindustries.parquito</groupId>
<artifactId>parquito-core</artifactId>
<version>2.1.0</version>
</dependency>