summaryrefslogtreecommitdiff
path: root/examples/databaselogging.in.json
blob: 1f76e0f5c63547343aae753d4b2906cf03b0a244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
	"sources" : [
		{
			"name" : "ExampleSouce",
			"path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so",
			"delay" : "1000"
		},
		{
			"name" : "Database Source",
			"path" : "@PLUGIN_INSTALL_PATH@/databasesinkplugin.so",
			"properties" : "{ 'properties' : ['VehicleSpeed','EngineSpeed'] }",
			"startOnLoad" : "true",
			"databaseFile" : "/tmp/storage",
			"frequency" : "1",
			"bufferLength" : "1"
		}
	],
	"sinks": [
		{
			"name" : "ExampleSink",
			"path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
		},
		{
			"path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so"
		}
	]
}