VegaLite.jl icon indicating copy to clipboard operation
VegaLite.jl copied to clipboard

Stream data to html front end with VegaLite.jl generated graph?

Open robertfeldt opened this issue 5 years ago • 1 comments

Thanks for VegaLite.jl; it is superuseful.

I see the upcoming feature of outputting html but is there also a plan for how we can stream data to the "front-end" and update the VegaLite graph as new data comes in?

I can imagine a simple WebSocket interface might enable this quite easily. Any hints/links to solutions for this?

robertfeldt avatar Dec 14 '19 10:12 robertfeldt

Check out https://github.com/tkf/VegaStreams.jl, I think it essentially does all that :)

davidanthoff avatar Dec 15 '19 01:12 davidanthoff