package datakit

  1. Overview
  2. No Docs
Orchestrate applications using a Git-like dataflow

Install

Dune Dependency

Authors

Maintainers

Sources

datakit-0.12.0.tbz
md5=3ac6e63eda6034507537c6439f0f8963

Description

DataKit is a tool to orchestrate applications using a Git-like dataflow. It revisits the UNIX pipeline concept, with a modern twist: streams of tree-structured data instead of raw text. DataKit allows you to define complex build pipelines over version-controlled data.

DataKit is currently used as the coordination layer for HyperKit, the hypervisor component of Docker for Mac and Windows, and for the [DataKitCI][] continuous integration system.

Published: 23 Nov 2017

Dependencies (27)

  1. datakit-server-9p >= "0.12.0"
  2. protocol-9p-unix >= "0.11.0" & < "0.12.1"
  3. prometheus-app
  4. irmin-watcher >= "0.2.0"
  5. mtime >= "1.0.0"
  6. asl >= "0.10"
  7. win-eventlog
  8. logs >= "0.5.0"
  9. hvsock >= "0.8.1"
  10. named-pipe >= "0.4.0"
  11. mirage-flow < "2.0.0"
  12. conduit-lwt-unix >= "1.0.0"
  13. lwt >= "3.0.0"
  14. result
  15. cstruct >= "2.2"
  16. irmin-git >= "1.2.0" & < "2.0.0"
  17. irmin-mem >= "1.2.0" & < "2.0.0"
  18. irmin >= "1.2.0" & < "1.4.0"
  19. uri
  20. git >= "1.11.0" & < "1.12.0"
  21. asetmap
  22. fmt
  23. astring
  24. rresult
  25. cmdliner
  26. jbuilder >= "1.0+beta10" & < "1.0+beta18"
  27. ocaml >= "4.02.0"

Dev Dependencies (2)

  1. alcotest with-test & >= "0.8.0"
  2. datakit-client-9p with-test & >= "0.12.0"

Used by (2)

  1. datakit-bridge-github >= "0.11.0"
  2. datakit-ci >= "0.11.0"

Conflicts

None