Hello, I have gone through some of the materials given above (thanks for that) and I have got a good idea on the high level architecture and design of the application.
I started to set up streampipes on my local machine as well. I have the below queries: 1. I was trying to start the backend module, which started fine, but when executing from UI, it is not able to connect to consul and mq due to host not found. I think I have not set the env variables correctly. I tried setting them in eclipse, but the host values are being taken from the consul key value store. How to change that to localhost? 2. There are instructions to setup master container on the confluence, but I could not find its main class. 3. Out of all the containers in docker, I am not sure of the function and code inside these two containers - pipeline-element-all and connect-worker. Also, once started, the connect-worker keeps on trying to connect to the backend api on http://backend:8030 by default. How do I change it to localhost? Thanks, Vineet Tiwari On Wed, Feb 24, 2021 at 2:45 AM Dominik Riemer <[email protected]> wrote: > Hi Vineet, > > welcome! > If you have any questions on how to get started, we'll be glad to help. > > Doominik > > On 2021/02/23 06:41:06, Vineet Tiwari <[email protected]> wrote: > > Hello, > > My name is Vineet Tiwari and I am working as a full time software > > developer. I am pretty good at Java and javascript (mostly with ReactJs) > > languages along with basic C++ and Python. > > I have a total of three and a half years of experience working as a SDE > on > > several projects primarily with JAVA programming language. > > > > I do not have any prior open source contributions. I have just started to > > explore open-source projects and I found this project very interesting. I > > have gone through the website as well as the confluence page and I feel > > that I can surely contribute well to this project with my skills and > > capabilities. > > > > I have subscribed to the dev and commits mailing lists and I look forward > > to hearing from you about how I can contribute to the project. > > > > Thanks and regards > > Vineet Tiwari > > >
