dgraph-io / benchmarks

Run benchmarks with RDF data
Apache License 2.0
97 stars 58 forks source link

Remove all adult content from benchmark data #24

Open campoy opened 5 years ago

campoy commented 5 years ago

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"
      }
    ]
  }
}
github-actions[bot] commented 1 month ago

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