Skip to content

Commit 9742b08

Browse files
committed
Merge pull request #119 from arschles/other-components
doc(README.md): add links and descriptions for each component
2 parents 742ef1b + 57bac93 commit 9742b08

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,22 @@ Many Deis components are currently in beta status, as are these docs, and we wel
1111

1212
# About
1313

14-
This repository contains the documentation for Deis Workflow which is the second major release of the Platform.
14+
This repository contains the documentation for Deis Workflow which is the second major release of the Platform. If you're looking for the Deis components themselves, each is in its own repository. Please refer to the below list for links and descriptions for each.
15+
16+
- [controller](https://github.com/deis/controller) - The central API
17+
- [builder](https://github.com/deis/builder) - The git server
18+
- [dockerbuilder](https://github.com/deis/dockerbuilder) - The builder for [Docker](https://www.docker.com/) based applications
19+
- [slugbuilder](https://github.com/deis/slugbuilder) - The builder for [slug](https://devcenter.heroku.com/articles/slug-compiler) based applications
20+
- [slugrunner](https://github.com/deis/slugrunner) - The runner for slug based applications
21+
- [fluentd](https://github.com/deis/fluentd) - The log shipping mechanism
22+
- [postgres](https://github.com/deis/postgres) - The central database
23+
- [registry](https://github.com/deis/registry) - The Docker registry
24+
- [logger](https://github.com/deis/logger) - The (in-memory) log buffer
25+
- [monitor](https://github.com/deis/monitor) - The monitoring mechanism
26+
- [router](https://github.com/deis/router) - The edge router
27+
- [minio](https://github.com/deis/minio) - The in-cluster, ephemeral, development-only object storage system
28+
- [workflow-cli](https://github.com/deis/workflow-cli) - The command line interface (CLI)
29+
- [workflow-e2e](https://github.com/deis/workflow-e2e) - End-to-end tests for the entire platform
1530

1631
# Development
1732

0 commit comments

Comments
 (0)