Apache Paimon Mosaic: a columnar-bucket hybrid format optimized for wide tables.

Clone this repo:
  1. 23436b0 feat(jni): add streaming columnar text JSON export (#87) by jianguotian · 4 days ago main
  2. 251757a release: move Java Nexus staging to local RM (#86) by jianguotian · 6 days ago
  3. 4ba899a release: enforce signed-source preflight at publish boundaries (#80) by jianguotian · 2 weeks ago
  4. e1e3aa2 feat(cli): split and harden inferred JSON and CSV conversion (#81) by jianguotian · 2 weeks ago
  5. c4d8306 [core] Fix Clippy byte char slice warning (#74) by Wuhen- Li · 3 weeks ago

Apache Paimon Mosaic   Build Status Latest Version

A columnar-bucket hybrid format optimized for wide tables of Apache Paimon.

Column-oriented text export

The Java API can stream a row group as JSON containing comma-separated text columns, directly from Mosaic encodings without intermediate Arrow arrays. See the format and API contract.

Java Linux compatibility

Published Java artifacts include JNI libraries for Linux. The Linux GNU libraries are built with a glibc 2.17 baseline, so they can run on Linux distributions with glibc 2.17 or newer.

Contributing

Apache Paimon Mosaic is an exciting project currently under active development. Whether you're looking to use it in your projects or contribute to its growth, there are several ways you can get involved:

Getting help

Submit issues for bug report or asking questions in discussion.

License

Licensed under Apache License, Version 2.0.