As soon as we have stream we can model those more ...
# arrow
r
As soon as we have stream we can model those more sane
k
What stream are you referring to in this case?
r
The one @simon.vergauwen is working on for Arrow Fx, I mean a Stream datatype.
k
@simon.vergauwen more than happy to provide feedback or play around if you have something in a branch?
s
I don’t have something publicly available yet, but I plan to open a PR next month or so when I’ve had some more time to work out some of the rough edges. I’ll keep everyone posted here 😉
🙌 2
k
Just to add something to the discussion on the stream model: it would be massively powerful for it to interop cleanly with the Avro Java library (where Java objects/builders are generated from
.avsc
files) and the avro4k library. The former is useful when building consumers/producers that work with schemas provided as
.avsc
schema files, whilst the latter is useful when operating on
data class
records that use
kotlinx.serialization
s
Hey, that should definitely be easily possible 🙂 I’m reaching final stages of designing, and it’s looking good to share soon.
👌 1