Peter

Results 76 comments of Peter

Feel free to provide some input or a PR.

Not sure it is a trivial refactoring. I think a normal 'Journal' interface could do the job (not sure you need a MemoryJournal), BUT: Right now, only during the rendering...

Thanks, now I understand it better: you want to plot based on recorded metrics in a MemoryJournal. BTW, code looks nice. How is the chart performance? I did some testing...

Indeed the feed only works on price items since for those only converters are included that all meet the common Avro schema. Storing other types would likely also require a...

I added NewItem to illustrate that items can be things other than prices. Didn't put too much thought into it other than using the content for example for sentiment analysis....

In the 3.0 snapshot releases, the way parallel works has changed. When I checked similar code, things are not failing when I checked it (although for now the Binance Feed...