all: apply fer-json-fmt

This commit is contained in:
Sebastien Binet
2016-11-10 15:20:09 +01:00
committed by Mohammad Al-Turany
parent 6e8839e955
commit e241ea41bb
7 changed files with 365 additions and 338 deletions

View File

@@ -1,42 +1,41 @@
{
"fairMQOptions":
{
"devices":
[{
"id": "sampler",
"channels":
[{
"name": "data1",
"type": "push",
"method": "bind",
"rateLogging": 0
}]
},
{
"key": "processor",
"channels":
[{
"name": "data1",
"type": "pull",
"method": "connect",
"rateLogging": 0
"fairMQOptions": {
"devices": [
{
"id": "sampler",
"channels": [
{
"name": "data1",
"type": "push",
"method": "bind"
}
]
},
{
"name": "data2",
"type": "push",
"method": "connect",
"rateLogging": 0
}]
},
{
"id": "sink",
"channels":
[{
"name": "data2",
"type": "pull",
"method": "bind",
"rateLogging": 0
}]
}]
"key": "processor",
"channels": [
{
"name": "data1",
"type": "pull",
"method": "connect"
},
{
"name": "data2",
"type": "push",
"method": "connect"
}
]
},
{
"id": "sink",
"channels": [
{
"name": "data2",
"type": "pull",
"method": "bind"
}
]
}
]
}
}