github allegro/turnilo 1.33.0
Release 1.33.0

latest releases: 1.40.2, 1.40.1, 1.40.0...
2 years ago

Grid final version 🎉

We finished our work around Grid visualisation. What is a Grid you ask? This is tabular visualisation that is backed by GroupBy query. It yields better performance with more available splits. You can slice your table with all dimensions and show top 10K records! Of course, it is not straight improvement on Table. We still keep Table around because it lets you better control on slicing data with nested queries. You can assign custom sorts and limits per split - something that is not possible with Grid.

Technical details

It take a lot of work to finish grid because we have done a lot of work in internals of Turnilo.

Now, visualisation controls toolbars of filter, splits and series. That will let us customise behaviour for every visualisation where necessary.

We also refactored objects representing data sources. For now it let us introduce custom limits for dimensions and for time dimension you can nowe specify durations of Latest period and Time Shift.

Don't miss a new turnilo release

NewReleases is sending notifications on new releases.