top of page

Data Integration Freedom

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

Exciting News:
InAnalytics.io at WebSummit 2024!

We are honored to be selected for our outstanding potential to participate in WebSummit 2024!

Join us to explore our groundbreaking solutions and connect with industry leaders. See you there!

LIS24 Social toolkit 1080×1080_Startup.png

Start data automation with InDriver.

Set up 24/7 tasks, perform data analytics, enjoy seamless connectivity,
and implement custom algorithms effortlessly.

REST API
Sensor
Power Meter
PLC
windowsLogo_edited.png

Install InDriver on any Windows machine and watch your data automation system come to life!

InDriver tasks are defined in JavaScript, with a dedicated API reducing the code to just a few lines.

JavaScript-logo.png

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.

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+"$$);"
}

Files

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

Task #1

Task #2

Task #3

Analytics Dashboards

Data Connectivity

Modbus

Mbus

RestAPI

SQL

Control Loops

Socket

Process

TCPServer

Serial Port

More

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.

InDriver simplifies data acquisition, processing, and logging to SQL databases from sources like Modbus, REST API, files, and more—facilitating the development of modern data-driven systems.

Dashboard
SQL
Cloud

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?

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