Data Processing Library
This provides a python framework for developing transforms on data stored in files - currently parquet files are supported - and running them in a ray cluster. Data files may be stored in the local file system or COS/S3. For more details see the documentation.
Virtual Environment
The project uses pyproject.toml
and a Makefile for operations.
To do development you should establish the virtual environment
Library Artifact Build and Publish
To test, build and publish the library
To up the version number, edit the Makefile to change VERSION and rerun the above. This will require committing both theMakefile
and the
autotmatically updated pyproject.toml
file.