<!-- Generated from the rendered page by scripts/write-llm-mirrors.mjs. Do not edit by hand. -->
Canonical: https://molo17.com/blog/molo17-parquetkt-lands-on-github/
Markdown mirror: https://molo17.com/blog/molo17-parquetkt-lands-on-github/index.md
Title: MOLO17 ParquetKt lands on GitHub
Description: MOLO17 ParquetKt library has reached full maturity and is now officially public on GitHub under the Apache License 2.0.

[← All articles](/blog/)

Article

# MOLO17 ParquetKt lands on GitHub

21 May 2026  [News](/blog/?category=news)  2 min read

MOLO17 Kotlin library for Apache Parquet is now fully public on GitHub

![](https://molo17.com/wp-content/uploads/2026/05/Combo_Github.png)

## Our Kotlin library for Apache Parquet is now fully public

[Back in February, we introduced MOLO17 ParquetKt.](https://molo17.com/event/molo17-parquetkt-kotlin-apache-parquet-library/) The project was born from a very practical need: efficiently handling Apache Parquet files at scale in Kotlin-based systems without relying on heavyweight native bindings or C++ dependencies.

We originally hosted the project on our public [GitLab ecosystem](https://gitlab.com/molo17-public/gluesync/molo17-parquetkt). Today, we are thrilled to announce the next major milestone in this journey. Following months of rigorous testing, optimization and extensive real-world usage within our own enterprise data integration platform, the library has reached full maturity and **is now officially public on GitHub**.

By moving the repository to GitHub under the Apache License 2.0, we are doubling down on our commitment to the Kotlin ecosystem. This provides developers and data engineers with an even more accessible, production-ready tool to build high-performance data pipelines.

### Battle-tested and production-ready

MOLO17 ParquetKt isn’t just an experimental project; it is the engine that powers massive Parquet workloads inside Gluesync every day.

To ensure it meets the highest enterprise standards, we subjected the library to extensive stress testing. It currently boasts 100% test coverage with 128 passing tests, including high-throughput OOM (Out of Memory) simulations and adaptive memory pressure scenarios. Furthermore, our CI pipelines continuously validate all files ParquetKt produces against Apache PyArrow in our CI pipelines. This guarantees seamless interoperability with the broader data ecosystem (Spark, DuckDB, Pandas, etc.).

### Key features

Designed from the ground up to embrace Kotlin’s language features and JVM runtime characteristics, MOLO17 ParquetKt offers:

-   **Pure Kotlin implementation:** zero native dependencies. If Kotlin/JVM runs there, ParquetKt runs there.
-   **High performance & memory efficiency:** capable of processing 300K+ rows per second. It features an adaptive memory architecture with automatic row-group flushing and ArrayPool byte array reuse to prevent GC pressure and OOM errors during large-scale streaming.
-   **Coroutines & Flow API support:** fully asynchronous I/O with suspend functions and Flow support for non-blocking, back-pressure-aware pipelines.
-   **Type-safe APIs & Reflection:** read and write Parquet files directly from Kotlin data classes while generating schemas automatically, or use the low-level API for granular control over schemas and column structures.
-   **Comprehensive Type & Compression Support:** full support for all 8 Parquet primitive types, complex nested structures (Lists, Structs, Maps), nullable fields and standard compression codecs (SNAPPY, GZIP, ZSTD, UNCOMPRESSED).

#### Join the community on GitHub

We believe that data integration should be fast, reliable and accessible. Are building real-time analytics dashboards, migrating legacy workloads or designing modern data lakes? We built MOLO17 ParquetKt to handle your data safely and efficiently.

We invite the global developer community to explore the code, test it in your own architectures and contribute to its evolution.

Explore the repository, read the documentation and check out the benchmarks on [our official GitHub page](github.com/molo17inc/molo17-parquetkt).

_(And if you find it useful, don’t forget to drop a star on the repo!)_

[← Older article Amazon RedShift target agent: high-performance cloud data warehousing with Gluesync](/blog/amazon-redshift-target-agent-high-performance-cloud-data-warehousing-with-gluesync/) [Newer article → Gluesync 2.2.7: advanced enterprise security with OIDC & RBAC, enhanced UI and token management](/blog/gluesync-2-2-7-oidc-rbac-security-ui-update/)

## Keep reading

1.  [News MOLO17 ParquetKt: a high-performance Apache Parquet library for Kotlin MOLO17 ParquetKt, a pure Kotlin library for reading and writing Apache Parquet files, now released as open source and already running in production within Gluesync. 9 Feb 2026](/blog/molo17-parquetkt-kotlin-apache-parquet-library/)
2.  [News MOLO17 expands in the USA with its NORAM office in Cupertino, CA MOLO17 has officially landed in the USA with the opening of its subsidiary corporation in Cupertino, CA, USA Award-winning maker of Gluesync, MOLO17, proudly announces the launch of its \[…\] 30 Nov 2022](/blog/molo17-expands-in-the-usa-with-evp-giacomo-lorenzin/)
3.  [Similar topic General Availability MongoDB compatibility for Gluesync More support for Gluesync: announcing the GA of the fully MongoDB-compatible version of Gluesync. MOLO17 announces the General Availability (GA) of the release 1.3 for Gluesync, MOLO17’s cloud-native real-time \[…\] 7 Jun 2022](/blog/general-availability-of-mongodb-compatibility-for-gluesync/)

[Back to all articles](/blog/) [More in News →](/blog/?category=news)
