top of page

Data Integration Freedom

Free for Non-Commercial Use – Isn’t That Incredible!
Automate Data Integration

Start data automation
with InDriver - the most innovative platform for industrial data connectivity & analytics!

Think creatively: connect industrial real-time data sources, implement processing or advanced analytics, and integrate outputs
— your data, your way.
With built-in InDriver APIs, simplify your work to just a few JS lines.

REST API
Sensor
Power Meter

Machine Data, IoT, Industrial Automation: Real-time data from IoT devices, sensors, SCADA systems, ERP platforms, MES, PLCs, and network monitoring tools used for tracking processes, operations, and infrastructure across industries.

Business and Customer Interaction: Real-time data from CRM systems, financial markets, payment gateways, social media analytics, and customer service platforms for live monitoring of transactions, customer engagement, and business operations.

InDriver System Platform

File Read/Write API

OPC UA Client  API

PDF Text API

Serial Port API

Mbus API

OPC UA Server API

Process API

Socket API

Modbus API

OpenCV API

RestAPI

SQL API

TCPServer API

Task #1

/*

JavaScript Example:

Retrieve JSON data from a Smart Energy Meter
via REST API and log it to an Azure SQL database.

*/

RestApi.sendRequest('Shelly');
if (RestApi.isSucceeded()) {
          const
energyData = RestApi.getData('Shelly');
          // add processing code if needed
          let
ts = InDriver.hookTs().toISOString();
          InDriver.sqlExecute(
"azureserver",
          "insert into public.energy (source, ts, data )
         values ( 'Shelly','"
+ts+"',$$"+energyData+"$$);"
}

Task #2

Task #n

indriver.exe

Analytics Dashboards

Data Connectivity

Control Loops

Logistics, Supply Chain, and Environmental Monitoring: Real-time tracking of shipments, inventory, GPS data, RFID systems, energy usage, and environmental factors like air quality and emissions in logistics, supply chains, and sustainability efforts.

Dashboard
SQL

More

PLC

Install InDriver on any Windows machine and bring your data automation to life.

windows Logo
cloud_edited.png
OPC UA
JavaScript
MBUS
Azure SQL Database.png
rest-api.png
Modbus
JSON
serial port
OpenCV
socket
Cloud

InDriver executes user-defined tasks for data acquisition, processing, and logging to SQL databases from multiple sources such as Modbus, REST APIs, files, and more—enabling the development of modern data-driven systems.

Are you a system developer or integrator looking to build your own system?

Do you need a professionally developed system built by our expert team?

Example: Energy Consumption Analytics visualized by Grafana

Grafana Energy Consumption Dashboard

Boost your business with InDriver.

"InDriver makes system development easier and faster. Users can effortlessly create and configure tasks, and write their usually brief code using the built-in API.
The rest happens automatically."
__    Data Integration__    Seamlessly integrate different types of data in real-time.__
Build Data Pipelines Easily
Collect, Upload, Transform, Store, Process and Analyze Data
Data Integration Engine

Start automation tasks on any machine, including edge devices, servers, or virtual machines.

With a few lines of JavaScript, you can set up automation tasks that run periodically or on specific events. These tasks can:

  • Automate data collection and analysis

  • Integrate control measurements and IoT devices

  • Generate data pipelines from multiple sources

  • Log data into SQL databases

  • Execute algorithms

  • Execute SQL queries

  • Call web service APIs

  • Read data from automation devices

  • Run external processes

  • Send and receive TCP frames

  • Aggregate time series
     

Install InDriver on multiple computers and manage the system remotely with InStudio.

Key applications

  • Data Integration
    Seamlessly integrate different types of data in real time.
    ETL: Extract - Transform - Load.
    Thousands of APIs are ready to serve your data needs.
     

  • Data-Driven Excellence
    Empower decision-making through the analysis of automated reports and dashboards, specifically designed for today's discerning managers.
     

  • Industrial Automation
    Collect, process, and analyze data from industrial automation systems, PLCs, machines, production lines, digital factories, Industry 4.0, sensors, IoT devices, counters, and more.
     

  • Energy Data Analytics
    Elevate your strategy from basic monitoring to in-depth analytics.
     

  • SQL Query Automation
    Schedule queries for execution at specific time intervals or events, ensuring seamless automation that works around the clock for you.

Energy Smart Meters Data Analytics
Smart Meters | Data collection | Aggregation | Forecasting | Analytics | Real-Time Dashboards
Energy Smart Meter Shelly with REST API
Energy monitoring dashboard
Video example

 

A system that reads weather data from Krakow, Poland, every minute using the REST API protocol and saves it in the Microsoft Azure for PostgreSQL database in the JSON format.

Task definition JS example

Thanks to the InDriver platform, the system is simplified to just a few lines of code.
Here is an example showing how simple it is to integrate REST API, Modbus, and SQL.

RestApi.sendRequest('Shelly');
ModbusApi.readDevice('IOLogic','{"name": "coils1", "type": "COILS", "address":1, "size":8}');

if (RestApi.isSucceeded() && ModbusApi.isSucceeded()) {
          const energyData = RestApi.getData('Shelly');
          const modbusData = ModbusApi.getAllData();
          // add processing code if needed
          let ts = InDriver.hookTs().toISOString();
InDriver.sqlExecute("azureserver", "insert into public.energy (source, ts, data ) values ( 'Shelly','"+ts+"',$$"+energyData+"$$);"
InDriver.sqlExecute("azureserver", "insert into public.modbus (source, ts, data ) values ( 'IOLogic','"+ts+"',$$"+modbusData+"$$);"
}

Demo

 

Energy data analysis system for a smart home, based on continuous smart meter reading and execution of analytical algorithms by InDriver and then saving the values to a SQL database in the cloud and visualization using the Grafana dashboard.

Home Energy Consumption Dashboard - Grafana

Watch InDriver in Action!
The ready solution in a one-minute video.

Flexible installation options tailored to your needs.

Self-managed

Download and install InDriver on your local computer, server, edge device, or cloud virtual machine. Manage your IT infrastructure flexibly and cover the related costs yourself.

InDriver on the cloud
managed by inanalytics.io

Define InDriver tasks yourself or with our help, and have them executed on a virtual machine managed by us. Depending on your resource usage, you will incur infrastructure and administration costs.

Dedicated Solution

Take advantage of our support to create a solution tailored to your specific requirements. Whether you're working in the cloud or on-premises, InDriver seamlessly adapts to your project.

Optimize Your Costs with InDriver:

Unlike competitors, InDriver offers unlimited capabilities, whether self-managed or in the cloud. Enjoy powerful data processing without cost constraints—no charges based on data volume and no limits on data update intervals.

Install InDriver and leverage the maximum performance of your machine.

Got questions? Reach out anytime.

Thanks a lot.

bottom of page