benchmarks
benchmarks copied to clipboard
Remove all adult content from benchmark data
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"
}
]
}
}
This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.