memgraph/customers/strata2018/card_fraud_config.json
Marko Culinovic 25dae811c9 Generate distributed snapshot for card fraud demo
Reviewers: mtomic, buda, dgleich

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1146
2018-02-01 13:07:40 +01:00

20 lines
361 B
JSON

{
"indexes" : ["Card.id", "Pos.id", "Transaction.fraud_reported"],
"nodes" : [
{
"count_per_worker" : 10,
"label" : "Card"
},
{
"count_per_worker" : 10,
"label" : "Pos"
},
{
"count_per_worker" : 20,
"label" : "Transaction"
}
],
"compromised_pos_probability" : 0.2,
"hop_probability" : 0.1
}