From 9cab3b07f6f0a25a2d72f51eb6cb2639ccd464ac Mon Sep 17 00:00:00 2001 From: Morgan Langlais Date: Mon, 6 Apr 2020 12:06:18 -0500 Subject: [PATCH] Changes repo diagram from an image to a table --- README.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54139208a19..25d0cf702b1 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,32 @@ interested in: ### Repository Structure -The OpenWhisk system is built from a [number of components](docs/dev/modules.md). The picture below groups the components by their GitHub repos. Please open issues for a component against the appropriate repo (if in doubt just open against the main openwhisk repo). - -![component/repo mapping](docs/images/components_to_repos.png) +The OpenWhisk system is built from a [number of components](docs/dev/modules.md). The charts below group the components by their GitHub repos. Please open issues for a component against the appropriate repo (if in doubt just open against the main openwhisk repo). + +#### Main + +| openwhisk | Runtimes | API Management | Catalog | Packages | Clients +|--- |--- |--- |--- |--- |--- +|ansible |openwhisk-runtime-ballerina |openwhisk-api-gateway |github |openwhisk-package-alarms |openwhisk-client-go +|controller |openwhisk-runtime-docker | |slack |openwhisk-package-cloudant |openwhisk-client-js +|couchdb |openwhisk-runtime-dotnet | |utils |openwhisk-package-kafka | +|docs |openwhisk-runtime-go | |weather |openwhisk-package-pushnotifications | +|invoker |openwhisk-runtime-java | |websocket | | +|kafka |openwhisk-runtime-nodejs | |samples | | +| |openwhisk-runtime-php | | | | +| |openwhisk-runtime-python | | | | +| |openwhisk-runtime-ruby | | | | +| |openwhisk-runtime-rust | | | | +|*openwhisk-deploy-kube* |openwhisk-runtime-swift | | | | + +#### Other Components + +| Tools | Composers | Utilities | Other +|--- |--- |--- |--- +|openwhisk-cli |openwhisk-composer-javascript |openwhisk-utilities-scancode |openwhisk-pluggable-provider +|openwhisk-release |openwhisk-composer-python | |openwhisk-slackinvite +|openwhisk-wskdebug | | |openwhisk-test +|openwhisk-wskdeploy | | |openwhisk-website ### Issues