You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🦖 *Evolve your fixed-length data files into Apache Parquet, fully parallelized!*
22
+
🦖 *Evolve your fixed-length data files using Apache Arrow , fully parallelized!*
23
23
24
24
</div>
25
25
26
26
27
27
## 🔎 Overview
28
28
29
-
This repository hosts the **evolution** program which both allows you to convert existing fixed-length files into other data formats, but also allows you to create large amounts of mocked data blazingly fast. The program supports full parallelism and utilizes SIMD techniques, when possible, for highly efficient parsing of data.
29
+
This repository hosts the **evolution** program which both allows you to convert existing fixed-length files into dataformats like parquet or lake targets like Delta , but also allows you to create large amounts of mocked data blazingly fast. The program supports full parallelism and utilizes SIMD techniques, when possible, for highly efficient parsing of data.
30
30
31
31
To get started, follow the installation, schema setup, and example usage sections below in this README. Happy hacking! 👋🥳
0 commit comments