memgraph/customers/ravelin/snapshot_gen_config.json
florijan cffa5f6c96 Clients: ravelin
Summary: A proposition on where and how we could keep some basic client info.

Reviewers: buda, mislav.bradac, teon.banek, mferencevic

Reviewed By: buda

Subscribers: dtomicevic, pullbot

Differential Revision: https://phabricator.memgraph.io/D873
2017-10-09 14:34:46 +02:00

32 lines
525 B
JSON

{
"indexes":[
"Node.id"
],
"nodes":[
{
"count":40000000,
"labels":[
"Node"
],
"properties":{
"id":{
"type":"counter",
"param":"Node.id"
},
"fraudulent":{
"type":"bernoulli",
"param":0.0005
}
}
}
],
"edges":[
{
"count":80000000,
"from":"Node",
"to":"Node",
"type":"Edge"
}
]
}