id: version-0.55.2-pre-asf-user-guide-processing-elements title: Processing Elements sidebar_label: Processing Elements original_id: user-guide-processing-elements

This page explains all the Procesing Elements that are available in the StreamPipes Starter Kit. New Processing Elements can also be included during runtime. The once presented on this page come with StreamPipes and cen be used immediately. The next section “Developer Guide” explains how new Processing Elements can be implemented and integrated into StreamPipes.

Data Streams

 	Example Event
	  {
			"underflow": false,
			"overflow": false,
			"level": 74.2184,
			"timestamp": 1515450274503,
			"sensorId": "level01"
		}
	Example Event:
		{
			"mass_flow":5.344,
			"temperature":45.8665,
			"timestamp":1515450053387,
			"sensorId":"flowrate01"
		}
Example Event:
	{
		"pressure": 57.1648,
		"timestamp": 1515450424800,
		"sensorId": "pressure01"
	}

Processing Elements

Data Sinks