apache / openwhisk-package-kafka

Apache OpenWhisk package for communicating with Kafka or Message Hub
https://openwhisk.apache.org/
Apache License 2.0
33 stars 43 forks source link

[Proposition] incubator-openwhisk-package-kafka/devGuide.md improvement #299

Closed patpatpat123 closed 5 years ago

patpatpat123 commented 5 years ago

Hello,

This is a simple proposition, please kindly scope if it make sense, if it is feasible etc...

For the incubator OpenWhisk project, we have a way to have a quick start and a quick setup via the projects: https://github.com/apache/incubator-openwhisk-devtools and https://github.com/apache/incubator-openwhisk-deploy-kube

Would it be possible for https://github.com/apache/incubator-openwhisk-package-kafka to enhance the devGuide.md with a local docker setup, that can provide a make quick-start alike?

and to have a sort of "kubeGuide.md" with a kind of make quick-start that will help the set up in a Kubernetes environment?

This can pave the way of the learning curve from laptop all the way to Bluemix, and even able to use this project decoupled from Bluemix.

Thank you.

csantanapr commented 5 years ago

You can use a simple kube setup it already provides kafka deployment using helm https://github.com/apache/incubator-openwhisk-deploy-kube/tree/master/helm/openwhisk-providers/charts/ow-kafka

csantanapr commented 5 years ago

Follow the steps in the readme if you got problems open an issue in the kube repo. https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/helm/openwhisk-providers/charts/ow-kafka/README.md

Kubernetes is very simple to use some contributors like Dave has being spending a lot of time to make it super simple to the point that the install is a matter of not even using minikube just using Docker for Desktop and one helm command.

patpatpat123 commented 5 years ago

Thank you Carlos and closing