Rohan Udupa
Rohan Udupa
Hey @bossenti, I am honestly pretty new to coding but I would love to contribute to this project if I got a chance. Taking a look at this issue, some...
Hey, I believe I found the hiccup, in the documentation it states to utilize the `./streampipes` command in bash to access the streampipes CLI, however this forgets to take into...
Whenever I try to set up an environment I am faced with the following error: ``` $ streampipes env -s pipeline-element [INFO] Set environment to 'pipeline-element' cp: target 'Projects/streampipes/installer/cli/.spenv' is...
> Do you observe this error when executing the CLI command in `./installer/cli`? Yes, I have tried multiple methods including using the full command `./installer/cli/streampipes env --set pipeline-element` as well...
> Please be aware that our documentation is maintained in a dedicated repository: https://github.com/apache/streampipes-website @bossenti, I have created a PR in that repo with a few minor changes please let...
> Can you please execute echo $STREAMPIPES_WORKDIR and share the result? 🙂 I simply get an empty line: ``` $ echo $STREAMPIPES_WORKDIR ```
Okay, thanks for the update. Actually, I'm not sure if I need this environment. Can someone please clarify? This is the original error I was faced with: ``` 2023-09-09T10:24:16.866-07:00 INFO...
Hey, I believe I tried this by running this in the terminal. However, nothing happened. If this is not what you meant can you please elaborate? ``` export SP_DEBUG=true export...
@bossenti I have successfully started and explored StreamPipes by following the basic installation instructions [here](https://streampipes.apache.org/docs/try-installation/). However, the problems I am facing is when trying to deploy a development setup by...
Hey @dominikriemer, Thanks for all the help. I was able to set up most of the development setup using your instructions however when attempting to create a new pipeline element...