Skip to content

(feat): Views core module

CQL Schema:

CREATE TABLE minds.views (
  year int,
  month tinyint,
  day tinyint,
  uuid timeuuid,
  entity_urn text,
  page_token text,
  position int,
  platform text,
  source text,
  medium text,
  campaign text,
  delta int,
  PRIMARY KEY (year, month, day, uuid, entity_urn, page_token)
);
  • Record boosts
Edited by Emiliano Balbuena

Merge request reports