summaryrefslogtreecommitdiff
path: root/examples/databasewebsocketsink.in.json
blob: 5dec82f13d2c5107e8869f6bcb617ef2b80c2ca1 (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
29
{
	"sources" : [
		{
			"path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so"
		},
		{
			"name" : "Database",
			"path" : "@PLUGIN_INSTALL_PATH@/databasesinkplugin.so",
			"databaseFile" : "../tests/generated.db",
			"bufferLength" : "1",
			"properties" : "['VehicleSpeed','EngineSpeed']",
			"startOnLoad" : "true",
			"playbackOnLoad" : "false",
			"playbackMultiplier" : "1",
			"frequency" : "1"
		}
	],
	"sinks": [
		{
			"name" : "WebSocketSink",
			"path" : "@PLUGIN_INSTALL_PATH@/websocketsink.so",
			"interface" : "lo",
			"ssl" : "false",
			"port" : "23000",
			"binaryProtocol" : "false",
			"useExtensions" : "true"
		}
	]
}