Node support - sweet!! Is there any way to interact with the data as it comes in real-time?
Show HN: Streamdal – an open-source tail -f for your data
11–20 of 39 posts
Re: Show HN: Streamdal – an open-source tail -f for your data
#12Re: Show HN: Streamdal – an open-source tail -f for your data
#13Re: Show HN: Streamdal – an open-source tail -f for your data
#14Is there not a literal "tail -f" type client to send data from log files?
Re: Show HN: Streamdal – an open-source tail -f for your data
#15Re: Show HN: Streamdal – an open-source tail -f for your data
#16I'd like to use it but I have strict requirements for data not leaving our network
There is a server component (that you host) - but it is only used for pushing rules/Wasm down to the SDKs and for facilitating tail - that's it.
Re: Show HN: Streamdal – an open-source tail -f for your data
#17Re: Show HN: Streamdal – an open-source tail -f for your data
#18That console UI looks beautiful!
Re: Show HN: Streamdal – an open-source tail -f for your data
#19I've noticed you've provided Go, Python, and Node SDKs. What's the general tech stack for these? I assume your usage of Protobufs is for a consistent schemas between languages?
I ask because I'm curious as to how much work it is to define new SDKs for other languages, as I'd love a Java implementation - Ideally the SDK should be a pretty thin wrapper, simply calling the gRPC service with some minimal error handling, is this the case?