SeaQL / sea-streamer

🌊 A real-time stream processing toolkit for Rust
https://www.sea-ql.org/SeaStreamer/
Apache License 2.0
237 stars 7 forks source link

File streamer Windows support #25

Open carlocorradini opened 1 month ago

carlocorradini commented 1 month ago

File streamer is currently not compatible with Windows since it's using a specific use statement : std::os::unix:: in src/file.rs. Can we make it windows compatible? Thanks for this awesome library 🎉🤯

tyt2y3 commented 1 month ago

Thank you for your interest.

I don't often use the native Windows toolchain. I mostly use WSL on Windows. I think the only hurdle might be the FileWatch API is slightly different. And what'd happen when a file is removed from the file system.

If you want to work on it, I'll help if you run into issues!

carlocorradini commented 1 month ago

Sure, I'll need some help O.C. 🥳