-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #735 from IBM/fix-dpk-pyprojects
Update all transforms to use single package library with [extra]
- Loading branch information
Showing
104 changed files
with
437 additions
and
456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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](https://www.ray.io/) cluster. | ||
Data files may be stored in the local file system or COS/S3. | ||
For more details see the [documentation](../doc/overview.md). | ||
|
||
### Virtual Environment | ||
The project uses `pyproject.toml` and a Makefile for operations. | ||
To do development you should establish the virtual environment | ||
```shell | ||
make venv | ||
``` | ||
and then either activate | ||
```shell | ||
source venv/bin/activate | ||
``` | ||
or set up your IDE to use the venv directory when developing in this project | ||
|
||
## Library Artifact Build and Publish | ||
To test, build and publish the library | ||
```shell | ||
make test build publish | ||
``` | ||
|
||
To up the version number, edit the Makefile to change VERSION and rerun | ||
the above. This will require committing both the `Makefile` and the | ||
autotmatically updated `pyproject.toml` file. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.