Christian Dengler
Christian Dengler
Hello, I am trying to send and receive some HDF5 files via network without writing to a file. I think the only way to do this would also be to...
Thanks, unfortunately I am not familiar with the low-level API at all, but Ill see if I can get this to work somehow. I found the h5py supports this already,...
Would implementing something like in h5py make it to the roadmap of this package for the near future? We have a project that would require such data over network in...
Our application is an R&D project that involves a line scanner (basically laser+high def camera) and reading from network would be enough in first step. The data is collected using...
C++ part is still to be adapted anyway, currently working on specification where I describe this data exchange. I am leaning towards Arrow tbh, but I will try a bit...
Wow, thanks so much, this would have taken me quite long to figure out, if at all! You are the best @mkitti ! It is exactly what we need for...
I had the same issue with writing row groups, but found that these features are supported in Parquet2!
Since this package seems abandoned, I wrapped some of the mosquitto mqtt clients C api. In case anyone needs an mqtt client, you can try that one out instead: https://github.com/denglerchr/Mosquitto.jl
This was not an issue in previous Julia versions, why do you believe there is not much that can be done? I assume this is a bug and it needs...
Hello, Im not sure how to test this tbh. Can I just take nightly Julia or do I need to build it or...? Sorry, Im not that deep into it...