data-pipeline
Here are 192 public repositories matching this topic...
-
Updated
Aug 18, 2020
-
Updated
Jun 30, 2020 - Jupyter Notebook
-
Updated
Aug 24, 2020 - Go
-
Updated
Dec 22, 2019
Write tests
Write unit test coverage for SafeDataset and SafeDataLoader, along with the functions in utils.py.
-
Updated
Aug 29, 2020 - Python
-
Updated
Jan 27, 2020 - Jupyter Notebook
-
Updated
Aug 9, 2020 - Vue
-
Updated
Jan 28, 2020 - Python
There's a warning note in README.md detailing:
Warning - the AnalyzeDocument process from AWS Textract costs $50 per 1,000 PDF pages. Be careful when deploying this CDK stack as you could unintentionally rack up an expensive AWS bill quickly if you're not paying attention.
This might not be enough - if a user finds this project and doesn't read the documentation, they could inadvertently
-
Updated
Nov 28, 2019 - Shell
-
Updated
Feb 10, 2019 - Python
The serial package being used supports multiple options beyond the baud rate which might be useful to expose as optional arguments.
We should add more options to the serial protocol. See comment below.
-
Updated
Oct 22, 2018 - Python
-
Updated
Jul 30, 2020 - JavaScript
Allow trembita integration with grafana and prometheus for monitoring pipeline performance and visualisation of pipeline itself
-
Updated
Jun 18, 2020 - HTML
-
Updated
May 19, 2020 - Python
-
Updated
Sep 30, 2019 - Python
-
Updated
Aug 6, 2020 - Python
-
Updated
Jan 25, 2020 - Jupyter Notebook
-
Updated
Nov 2, 2018 - Python
-
Updated
Jul 3, 2019 - Python
-
Updated
Oct 22, 2019 - Python
-
Updated
Nov 13, 2019
-
Updated
Jul 27, 2020 - Python
-
Updated
Jun 7, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the data-pipeline topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-pipeline topic, visit your repo's landing page and select "manage topics."
Description & context
Users can specify names for their nodes to identify them more easily. When a name is not explicitly specified, Kedro auto-generates a default name. You can see this in the
nameproperty onNode.The current auto-generated name for a node looks something like this:
func_name(inputs) -> outputs. (see implementation of__str__method on theNodeclass)This is