Skip to content

A prototype Java implementation of reading Parquet files into Stata.

Notifications You must be signed in to change notification settings

feenberg/stataParquet

 
 

Repository files navigation

stataParquet

A prototype Java implementation of reading Parquet files into Stata.

There is currently very basic read support. Once the program is stable, I'll distribute a file that requires no installation. Until then, you'll need to build the program yourself. To build, install Java 8, Maven, and Git and run:

git clone https://github.com/kylebarron/stataParquet
mvn package

Then copy or symlink the file

target/stataParquet-0.1.0-jar-with-dependencies.jar

to whatever your PERSONAL directory is in Stata.

Then run:

javacall com.kylebarron.stataParquet.ParquetStataReader read, ///
    jar(stataParquetShaded.jar) ///
    args("path/to/parquet/file.parquet")

About

A prototype Java implementation of reading Parquet files into Stata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%