fixed up database get ranged issues
[profile/ivi/automotive-message-broker.git] / examples / databaseconfig
1 {
2         "sources" : [ 
3                 {
4                         "name" : "ExampleSouce",
5                         "path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so"
6                 }
7         ],
8         "sinks": [
9                 {
10                         "name" : "Database",
11                         "path" : "/usr/lib/automotive-message-broker/databasesinkplugin.so",
12                         "properties" : "{ 'properties' : ['VehicleSpeed','EngineSpeed'] }",
13                         "startOnLoad" : "true",
14                         "bufferLength" : "1"
15                 },
16                 {
17                         "name" : "Example Sink",
18                         "path" : "/usr/lib/automotive-message-broker/examplesinkplugin.so"
19                 },
20                 {
21                         "path" : "/usr/lib/automotive-message-broker/dbussinkplugin.so"
22                 }
23         ]
24 }
25