You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a short-term solution to the problem of having the demo app understand the meaning of the bitmapIDs in each frame. Long-term, I want Pilosa to provide some meaningful schema information that can be used by the client (#1, #4, input definition work, other proposals). Until that's available, the demo app should be able to automatically:
populate the TopN dropdown with the frames present in the index
populate the Intersect dropdowns with IDs and labels corresponding to what's actually in the index
label the histogram x-axis properly
To this end, we can mirror the mapper definitions used in PDK, in the app, something like:
This is a short-term solution to the problem of having the demo app understand the meaning of the bitmapIDs in each frame. Long-term, I want Pilosa to provide some meaningful schema information that can be used by the client (#1, #4, input definition work, other proposals). Until that's available, the demo app should be able to automatically:
To this end, we can mirror the mapper definitions used in PDK, in the app, something like:
Then use
TopN
on each frame to discard IDs that have zero counts.The text was updated successfully, but these errors were encountered: