bossenti commented on issue #1865: URL: https://github.com/apache/streampipes/issues/1865#issuecomment-1712460484
Hey @dshunter107, thanks for your interest in contributing here 🙏🏼 Don't worry, we are happy to assist you and guide you through your first steps on GitHub. One important thing is the git flow for open source projects: https://www.asmeurer.com/git-workflow/ Please read through this to know how you can open a PR in our repository. Since this issue involves introducing a new pipeline element, the following tutorial might be relevant for you: https://streampipes.apache.org/docs/extend-tutorial-data-processors There might be some parts that are not completely up to date, we already have this on our radar. But if you face any issues, we are ready to help 🙂 Since you asked, where to place the new processing element in our repo, I'd recommend you choose `streampipes-processors-transformation-jvm`: https://github.com/apache/streampipes/blob/eccb29ff437ea5c560d16bbf86e95e7f1011502f/streampipes-extensions/streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor Yes, that's probably the only thing we need 🙂 When writing this issue I thought way too complex, so I really liked your proposal. The only aspect we need to pay attention to is the target time zone. Your snippet would just use the timezone of the JVM where the processor is running, right? This might not always be the appropriate one -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
