tenthe commented on issue #1101: URL: https://github.com/apache/streampipes/issues/1101#issuecomment-1398668067
Hi @deexidee, welcome to the StreamPipes project :) As a first step, I would suggest that you start by setting up the development environment. You can find a description in [1]. Please let me know if you have any questions about the setup process. StreamPipes has two main types of services, the **service core** [2] which contains the backend of the application, and **extension services** [3]. I suggest that you first take a look at the REST API of the core service. Here is a link to the module with all the REST endpoints [4]. You could add the endpoint described in this issue there. Don't hesitate to write us if you have any questions. [1] https://cwiki.apache.org/confluence/display/STREAMPIPES/Core [2] https://github.com/apache/streampipes/tree/dev/streampipes-service-core [3] https://github.com/apache/streampipes/tree/dev/streampipes-service-extensions [4] https://github.com/apache/streampipes/tree/dev/streampipes-rest -- 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]
