Replies: 4 comments 5 replies
-
Hi @wy-os |
Beta Was this translation helpful? Give feedback.
-
Hi @wy-os, I could imagine an integration similar to the Python client [1][2]. What do you think? [1] https://github.com/apache/streampipes/tree/dev/streampipes-client-python Cheers, |
Beta Was this translation helpful? Give feedback.
-
+1 for having the Go client. This would also be very helpful to integrate StreamPipes with the K8S ecosystem. |
Beta Was this translation helpful? Give feedback.
-
Hi @wy-os! Which feature set do you think is important for the Go Client? The Python client currently supports execution of functions and fetching data from the API, while Java also includes the full SDK for writing and running adapters and pipeline elements. One thing where I think Go would be a very good choice is the ability to create lightweight adapters running on edge nodes, where Java adds too much overhead on resource-constrained devices. But this would require to also implement the SDK for adapters and pipeline elements in Go, which will probably be some effort. So it would be great to discuss the targeted feature set and see who would be willing to contribute to the implementation. |
Beta Was this translation helpful? Give feedback.
-
Many IoT companies are using Go language to develop projects. Streampipes already have Python and Java clients. Will the community consider developing a Go Client recently?
Beta Was this translation helpful? Give feedback.
All reactions