near / data-platform

Near.org Data Platform Initiatives and Epics: Recommendations, Search, Analaytics
1 stars 0 forks source link

Add number of star to component stats pipeline #47

Closed pkudinov closed 4 months ago

pkudinov commented 11 months ago

On chain, this looks something like this:

{
  "example.near": {
    "index": {
      "star": "{\"key\":{\"type\":\"social\",\"path\":\"election.ndctools.near/widget/NDC.Elections.Main\"},\"value\":{\"type\":\"star\"}}",
      "notify": "{\"key\":\"election.ndctools.near\",\"value\":{\"type\":\"star\",\"item\":{\"type\":\"social\",\"path\":\"election.ndctools.near/widget/NDC.Elections.Main\"}}}"
    },
    "graph": {
      "star": {
        "election.ndctools.near": {
          "widget": {
            "NDC.Elections.Main": ""
          }
        }
      }
    }
  }
}
github-actions[bot] commented 4 months ago

This issue has been automatically closed because it has been inactive for more than 180 days. Please reopen and prioritize this for development if it is essential.