d

disk-project

The DISK system automates the execution of scientific workflows triggered on data changes. To do this DISK collects data from different data repositories and defines methods on different workflows systems. User defined goals are periodically check for new data/methods available. When a method detects new data, a new workflow execution will be send. Each experiment execution is stored with its metadata and outputs for posterior analysis.
https://github.com/KnowledgeCaptureAndDiscovery/DISK-API
Apache-2.0
USC/Information Sciences Institute
Varun Ratnakar
文件下载
文件名 操作
disk-project-3.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>edu.isi.kcap.diskproject</groupId>
  <artifactId>disk-project</artifactId>
  <version>3.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'edu.isi.kcap.diskproject:disk-project:3.0.2'
Gradle Kotlin
implementation("edu.isi.kcap.diskproject:disk-project:3.0.2")
Scala SBT
libraryDependencies += "edu.isi.kcap.diskproject" % "disk-project" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='edu.isi.kcap.diskproject', module='disk-project', version='3.0.2')
)
Apache Ivy
<dependency org="edu.isi.kcap.diskproject" name="disk-project" rev="3.0.2" />
Leiningen
[edu.isi.kcap.diskproject/disk-project "3.0.2"]
Apache Buildr
'edu.isi.kcap.diskproject:disk-project:jar:3.0.2'
本项目依赖
该项目无第三方依赖