dag
Here are 237 public repositories matching this topic...
Powerful workflow engine and end-to-end pipeline solutions implemented with native Kubernetes resources. https://cyclone.dev
-
Updated
Sep 10, 2020 - Go
-
Updated
Sep 11, 2020 - JavaScript
A series of DAGs/Workflows to help maintain the operation of Airflow
-
Updated
Aug 7, 2020 - Python
Compilation of useful documents and scientific papers about Blockchain & cryptocurrencies.
-
Updated
Sep 6, 2020
Use C Api and Swig to Speed up jieba 高效的中文分词库
-
Updated
Jun 19, 2020 - Python
Short tests mode
Description
We need a short version of our full unit test suite that doesn't take too long to run, and that passes on all supported operating systems (linux, macos, windows, freebsd) without needing a special ulimit env. This will also be useful for running against the other operating systems in CI (see #2060).
Right now, I cannot even run the full unit test suite locally on my Mac, even wi
-
Updated
Sep 13, 2020 - Go
XDAG (Dagger Coin) Official Main Repository. XDAG is a novel DAG based cryptocurrency.
-
Updated
Aug 25, 2020 - C
-
Updated
Jun 5, 2020 - R
A flexible, high-performance carrier for machine learning models(『飞桨』服务化部署框架)
-
Updated
Sep 9, 2020 - C++
Official Go implementation of the Vite protocol
-
Updated
Sep 10, 2020 - Go
VUE plugin for DAG graph , u can use it 4 flow diagram or machine learning visualization
-
Updated
Jul 13, 2020 - Vue
Example DAGs using hooks and operators from Airflow Plugins
-
Updated
Jul 24, 2018 - Python
比特币的python简易实现,主要介绍比特币底层技术。如Base58编码、椭圆加密算法、MerkleTree、P2P对等网络、RPC通信、UTXO、虚拟机、DHT、DAG、链上数据的持久化存储等。
-
Updated
Jul 22, 2019 - Python
A system to programmatically run data pipelines
-
Updated
Dec 26, 2019 - Rust
KubeGene - A turn-key Genome Sequencing workflow management framework
-
Updated
Apr 2, 2020 - Go
Manage state with finesse
-
Updated
Jul 30, 2020 - TypeScript
Python package to extend Airflow functionality with CWL1.1 support
-
Updated
Aug 14, 2020 - Python
We should modify the code in dffml/cli/dataflow.py within the Diagram class to not show operation.inputs which have default values. It makes for giant diagrams sometimes. We should provide an option to show them again
Ideally, we'd take a page from the https://github.com/multiformats/js-multiformats book and support cjs, esm, etc builds via rollup and friends to support multiple platforms/use-cases. Since this is designed to be a light-weight alternative to other ipds-based libraries, it should have a really low barrier to usage out of the box. In fact, moving forward, this should be a pretty critical require
Install dependency graphs of Kubernetes Helm Charts
-
Updated
Aug 12, 2020 - Go
A DAG, Directed acyclic graph implementation in golang.
-
Updated
Jun 11, 2019 - Go
Annchain.OG is a DAG based decentralized ledger and Dapp platform
-
Updated
Sep 9, 2020 - Go
Improve this page
Add a description, image, and links to the dag topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dag topic, visit your repo's landing page and select "manage topics."


Summary
When an environment variable is populated from a secret, the server UI shows
undefinedfor its value. This is highly confusing because the user's first reaction is that the secret value isn't being correctly passed. This messaging could be improved by showingsecretorhiddenor something to that effect, to indicate that the value does exist, but is not displayed.