Alan Bernstein
Alan Bernstein
The mapping for relational data is outlined in our docs at https://www.pilosa.com/docs/latest/data-model/#relational-analogy, and we have a few use case writeups at https://www.pilosa.com/use-cases/. I believe the two referenced in this ticket...
Some experimentation with graphing would be appropriate. As long as we keep things cleanly separated, I think we can do a small set of static generated png graphs in the...
Other plotting options: - https://github.com/cznic/plot (gnuplot wrapper) - https://github.com/plotly/golang-api (seems to only support the online service mode)
See https://github.com/pilosa/vis for some of those scripts and plots
I started working on this for roaring tests, my hope was to devise a function `randomBitset(Nbits, Nruns)` which would generate something "nearly" uniform but with the exact Nbits and Nruns...