OVERVIEW:
Apache StreamPipes is an Open-Source IoT toolbox that provides ability to connect, analyse and explore Industrial IoT data streams. It is a web-based user interface to create data processing pipelines in a graphical editor. It allows selecting data streams, add transformation modules and choose data sink. StreamPipes Connect supports both data sets and real-time data streams.
StreamPipes Connect includes a variety of adapters for popular communication protocols and technologies such as HTTP/REST, MQTT, Kafka, OPC UA, S7, Modbus or ROS. Adapters can be easily configured right from the user interface - without any coding skills. The data explorer allows you to quickly visually investigate stored time-series data. Choose from a wide range of visualizations, and create queries using our no-code editor.
GOALS:
One-click launch
Easy configurable AMI with pre-installed Apache StreamPipes
INSTALLATION VIA AWS MARKETPLACE:
Kindly click on the below link to install the server via AWS Marketplace:
GET STARTED:
Apache StreamPipes provides:
Flexible Data Pipelines.
Quickly connect IoT data with StreamPipes Connect
Rich set of data processors and data sinks
Visualize Live DataVisualize Live Data
User and Permission Management
Pipeline Health & Monitoring
Step 1. Connect to SSH:
In a terminal window, use the ssh command to connect to the instance. You specify the user name for your instance, and the public DNS name or IPv6 address for your instance, the path and file name of the private key (.pem).
ssh ec2-user@publicIP -i [Path of key pair file]
If it shows access denied message run the following command , then run the above command again to connect via ssh.
chmod 400 [Path of key pair file]
Step 2. Test your Apache StreamPipes Installation:
If your Apache StreamPipes is installed and running, you will have to follow the below steps to start using Apache StreamPipes
To test your installation
In a web browser, type the URL of the file that is already created. This URL is the public DNS address of your instance followed by a forward slash.
The default login credentials are admin@streampipes.apache.org, password is admin. Once logged in, you will reach the dashboard page for Apache StreamPipes.
you can create your own email ID to use Streampipe by following the below steps:
Go to the Profile.
Click on the change email.
add your new email address and paste the default password.
Now your email ID is added to the Streampipe. You can also change your password if you want.
Comments