Hacker News new | ask | show | jobs
by asksol 2879 days ago
Faust can serve the data over HTTP/websockets and other transports, so you can query it directly!
1 comments

In addition to that you can have an arbitrary method run at an interval using the app.timer decorator. You can use this to flush every n seconds. You could also use stream.take to read batches of messages (or wait t seconds, whichever happens first) and write to an external source.