Dan
09/08/2022, 8:29 PM{
"activityKind_facet": "activity.platform/reaction",
"channelId_facet": "d1541dde-47b6-444c-b2ce-52668dd8d3cd",
"channelKind_facet": "chat",
"communityId_facet": "8e914cd4-a155-40cb-84e7-f476d3429d5c",
"date_facet": 1656028800,
"personaId_facet": "62f13402-1393-4963-a0c0-89d10e1237f3",
"primaryLabel": "Added an emoji: :airplane:",
"timestamp": 1656087039
}
..and what I’d like to be able to do is group by date_facet
, and have counts of other facets by that group, filtered by (potentially) a large number of personaId_facet
, as I mentioned above.
I can see how we can manually build rollup tables of all this data, but it feels annoying that we have to define what we can get out ahead of time - any advice on tech that can tackle this kind of problem without too much hassle, from flat documents, with consistent performance?Kishore Nallan
09/09/2022, 3:18 AM