[AMBClient] - added time sync message
[profile/ivi/automotive-message-broker.git] / examples / databaselogging.in.json
1 {
2         "sources" : [
3                 {
4                         "name" : "ExampleSouce",
5                         "path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so",
6                         "delay" : "1000"
7                 },
8                 {
9                         "name" : "Database Source",
10                         "path" : "@PLUGIN_INSTALL_PATH@/databasesinkplugin.so",
11                         "properties" : "{ 'properties' : ['VehicleSpeed','EngineSpeed'] }",
12                         "startOnLoad" : "true",
13                         "databaseFile" : "/tmp/storage",
14                         "frequency" : "1",
15                         "bufferLength" : "1"
16                 }
17         ],
18         "sinks": [
19                 {
20                         "name" : "ExampleSink",
21                         "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
22                 },
23                 {
24                         "path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so"
25                 }
26         ]
27 }
28