cffa5f6c96
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
32 lines
525 B
JSON
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"
|
|
}
|
|
]
|
|
}
|