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

This page explains some processing elements (not including the full list) 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. Check the developer guide to learn 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

...and many more!

Data Sinks

...and many more!

Further resources

Also check the github project https://www.github.com/streampipes/streampipes-pipeline-elements to get an up-to-date list of available pipeline elements.