benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

Remove all adult content from benchmark data

Open campoy opened this issue 6 years ago • 1 comments

In order to avoid having adult movie titles appearing during demos using https://play.dgraph.io we should remove all the related data from the benchmark dataset.

Currently, there are 6516 adult movies on the dataset, as shown in the query below:

{
  q(func:eq(name@., "Pornographic film")) {
    name@.
    count(~genre)
  }
}
{
  "extensions": {...},
  "data": {
    "q": [
      {
        "name@.": "Pornographic film",
        "count(~genre)": 6516,
        "uid": "0x62b974"
      }
    ]
  }
}

campoy avatar Jul 09 '19 23:07 campoy

This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

github-actions[bot] avatar Jul 11 '24 01:07 github-actions[bot]