Hi Samarth, the corresponding classes for the processing elements mentioned in the ticket are: org.apache.streampipes.processors.filters.jvm.processor.enrich.MergeByEnrich
org.apache.streampipes.processors.filters.jvm.processor.merge.MergeByTime StreamPipesDataProcessor should be used as the parent class for the processing element. Further information regarding the development of new processing elements can be found at: https://streampipes.apache.org/docs/docs/dev-guide-tutorial-processors/#pipeline-element-invocation https://www.youtube.com/watch?v=pfLfVv5EyLs https://github.com/wipatrick/apachecon-demo-processor Please note that the linked examples use the old API with three different classes that are now replaced by StreamPipesDataProcessor. Best Tim On März 26 2021, at 12:33 pm, Samarth Sah <[email protected]> wrote: > Hi Tim, > > I found this newbie issue interesting.STREAMPIPES-323 > (https://issues.apache.org/jira/browse/STREAMPIPES-323) > > I have checkout and compiled the code.Can you please help me with the classes > I should start looking into. > > > Thank You > Samarth > > > On Fri, Mar 26, 2021 at 4:08 PM udeho <[email protected] > (mailto:[email protected])> wrote: > > Hi Samarth, > > > > welcome to StreamPipes. > > I've also added our dev mailing list to this email so that the other team > > mates can follow the conversation. > > Please make sure you are subscribed to dev mailing list (you can do this on > > our homepage https://streampipes.apache.org/mailinglists.html ). > > > > As a first step, I would recommend that you familiarize yourself with > > StreamPipes itself and the general design principles. > > You can find helpful information here: > > - > > https://cwiki.apache.org/confluence/display/STREAMPIPES/Apache+StreamPipes+(incubating)+Developer+Wiki > > - https://streampipes.apache.org/media.html > > - https://github.com/apache/incubator-streampipes-examples > > > > The best way to find interesting tasks to contribute is our JIRA > > (https://issues.apache.org/jira/projects/STREAMPIPES/issues/STREAMPIPES-284?filter=allopenissues). > > Feel free to select the task of your choice. We have tagged some tickets > > with a newbie tag that are especially appropriate for beginners. If you > > select an appropriate ticket, we can also discuss it here on the mailing > > list to help you get started. > > > > If you have any questions or encounter any setup issues, just send a > > message to this mailing list and we'll be happy to help. > > Tim > > > > On März 26 2021, at 5:32 am, Samarth Sah <[email protected] > > (mailto:[email protected])> wrote: > > > Hi Tim, > > > > > > I am a Java developer in Walmart Labs. > > > > > > I am new to StreamPipes.Can you assign me some task to start with. > > > > > > Thank You > > > Samarth Sah > > > > > > >
