-
Notifications
You must be signed in to change notification settings - Fork 154
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 #408 from IBM/Documentation-Updates
Documentation updates
- Loading branch information
Showing
4 changed files
with
34 additions
and
45 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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Creating a New Transform in this Repository | ||
WIP - but please see [transform conventions](../../transforms/README.md). | ||
|
||
An easy way could be to replicate [noop transform](transforms/universal/noop), change class names as per your needs and add your business logic in [noop_transform.py](../../transforms/universal/noop/python/src/noop_transform.py) | ||
Please see [tutorials](../transform-tutorial-examples.md) for more details |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Data Prep Kit Examples | ||
|
||
* [Code](code) - shows ingestion and processing of github zip downloads. | ||
* [Code](code) | ||
* [Language](language) - coming soon. |