
CodePush
Marvel
Gihosoft Free Android Recovery
Parse-Server
Vidyo.io
Moovweb Platform
React Navigation
Native Navigation
DataPortia
Ignition App
Adeptia
DataSci Pro
DataPortia is an advanced industrial data acquisition and reporting software that connects to automation systems via OPC UA protocol. It stores time-series data in a PostgreSQL/TimescaleDB database and provides a web-based interface for real-time monitoring, trend analysis, and report generation.
Key Features: - Efficient data acquisition from automation systems via OPC UA protocol - Support for multiple simultaneous OPC UA connections with redundancy - Real-time dashboard with gauges, charts, bar charts, and tables - Interactive trend views with ECharts visualization and color customization - Comprehensive reporting with CSV and PDF export - Automated report scheduling (daily, weekly, monthly, custom) - AI-powered data analysis with local Ollama LLM (anomalies, forecasts, reports) - OPC UA Alarms & Conditions management with analytics and export - OPC UA history read from server historian - Calculation circuits (cumulative and non-cumulative formulas) - Tag transfer, copy and merge between connections - TimescaleDB time-series database with efficient compression and retention - Continuous aggregates (minute, hourly, daily, weekly) for fast queries - Automatic database backup and restore with scheduling - User management with role-based permissions (local or Azure AD) - Licensing: perpetual, trial, and floating licenses - Automatic HTTPS certificate management - API interface for third-party systems - Web interface for all devices (Finnish/English/Swedish/German)
System Requirements: - Windows 10/11 or Windows Server 2016+ (or Linux) - PostgreSQL 18 + TimescaleDB extension (included in setup) - Minimum 8 GB RAM (16 GB+ recommended) - Minimum 100 GB disk space (depending on data volume)
CodePush
DataPortiaNo DataPortia videos yet. You could help us improve this page by suggesting one.
DataPortia's answer:
DataPortia is an early-stage product currently used by industrial automation companies in Finland. Our reseller partner PCS-Engineering Oy deploys DataPortia for their industrial clients. We are actively expanding to energy plants, district heating networks, and manufacturing facilities across the Nordics and DACH regions.
DataPortia's answer:
DataPortia is the only industrial data acquisition software that combines on-premises AI analytics with OPC UA connectivity — all without any cloud dependency. What makes it unique:
Local AI analysis powered by Ollama LLM — your process data never leaves your network. Supports anomaly detection, forecasting, cost optimization, and natural language queries directly on your production data.
Extreme throughput: handles 2,000+ measurement points per second across 10+ simultaneous OPC UA connections, storing up to 172 million rows per day in TimescaleDB.
True on-premises architecture — no subscriptions to cloud services, no data leaving the plant. Critical for industries with strict cybersecurity and data sovereignty requirements.
4-language UI (Finnish, English, Swedish, German) built in — not bolted on. Every screen, tooltip, help page, and AI prompt works natively in all four languages.
Runs on commodity hardware — PostgreSQL + TimescaleDB instead of expensive proprietary historian databases. Compresses 126 billion rows into ~1.2 TB.
DataPortia's answer:
Compared to alternatives like Ignition, WinCC, Wonderware, or AVEVA:
No cloud lock-in: Unlike cloud-based IoT platforms, DataPortia runs entirely on-premises. Your data stays in your network — no recurring cloud fees, no vendor dependency.
Built-in AI analytics: Competitors require separate, expensive AI add-ons or cloud services. DataPortia includes local AI analysis (anomaly detection, forecasting, cost optimization) out of the box via Ollama.
Lower total cost: Uses open-source PostgreSQL/TimescaleDB instead of proprietary historian databases. No per-tag licensing — connect unlimited measurement points.
OPC UA native: Connects to any OPC UA-compatible system (Siemens, ABB, Valmet, Beckhoff, Schneider, Honeywell, Rockwell) with built-in redundancy/failover.
Modern web interface: Responsive dashboards, interactive trends with drag-to-zoom, automated PDF/CSV reports — accessible from any device without installing client software.
Free 30-day trial with full functionality, including AI features.
DataPortia's answer:
DataPortia serves industrial professionals who need reliable, real-time process data — without cloud complexity:
Automation engineers managing OPC UA-connected control systems (PLC, SCADA, DCS)
Plant managers at energy plants, district heating networks, and manufacturing facilities who need dashboards and automated reports
Process engineers in power generation, water treatment, waste incineration, and process industry who analyze trends and optimize operations
IT/OT professionals responsible for on-premises data infrastructure and cybersecurity compliance
System integrators deploying monitoring solutions for industrial clients (Siemens PCS7, ABB, Valmet, Beckhoff environments)
The common thread: organizations that handle sensitive industrial data and need powerful analytics without sending data to the cloud.
DataPortia's answer:
DataPortia was born from a real gap in the industrial automation market. Traditional SCADA historians and reporting tools are either prohibitively expensive, locked into proprietary ecosystems, or require cloud connectivity that many industrial facilities cannot accept for security reasons.
Built by Atorcom in Karstula, Finland, DataPortia was designed from the ground up to solve this: give industrial operators a modern, affordable, and secure way to collect, visualize, and analyze their automation data — entirely on-premises.
The product evolved through direct experience with Finnish energy plants and process facilities, where the need for local AI analytics became clear. In 2025, DataPortia integrated Ollama-based local LLM analysis, making it one of the first industrial data tools to offer AI-powered anomaly detection, forecasting, and cost optimization without any cloud dependency.
Today, DataPortia connects to any OPC UA automation system and processes thousands of measurement points per second — all running on standard PostgreSQL/TimescaleDB, proving that industrial-grade performance doesn't require enterprise-grade pricing.
DataPortia's answer:
ASP.NET Core 9.0 (.NET 9) — Backend framework, self-hosted Kestrel server
PostgreSQL 18 + TimescaleDB — Time-series database with hypertables, compression, and continuous aggregates
OPC UA (OPCFoundation.NetStandard) — Industrial automation connectivity protocol
Ollama — Local large language model runtime for on-premises AI analysis
Entity Framework Core 9.0 + Dapper — ORM and raw SQL queries
ECharts 5.6 — Interactive chart visualization (dashboards, trends, analysis)
Microsoft.Identity.Web — Optional Azure AD authentication
Based on our record, CodePush seems to be more popular. It has been mentiond 6 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
This creates Flutter's fundamental limitation: no code push capability. React Native developers can update JavaScript bundles at runtime through services like Microsoft's CodePush. Flutter's compiled Dart code is static machine code. There's no runtime interpreter in release builds. Once you publish an app, fixing bugs requires a full app store submission. That's typically 1-7 days for Apple review and hours to a... - Source: dev.to / 8 months ago
In my opinion it doesn't make any sense you can use https://microsoft.github.io/code-push/ which is free. I use this for my apps android/ios and works fine.. I hope it helps. Source: about 3 years ago
I come from smartphone app development and now moving to chrome extensions I miss something called CodePush which would push Javascript changes live to app store, but not native code so we could hot fix critical stuff without waiting for store reviews... Source: over 3 years ago
One feature I feel holding Flutter back compared to ReactNative and other options is Code Push. I really enjoy writing Flutter apps but the ability to push updates and bypass store reviews has been extremely valuable for multiple companies I've built apps for. https://microsoft.github.io/code-push/. - Source: Hacker News / over 4 years ago
Couldn't you just add the adults as testers to the Google Play app, avoiding oversight? The problem with breaking off from Google Play is you lose the ability to send push notifications. You could look at Code Push [0] for seamless updates. TBH its not the easiest to integrate with. [0] - https://microsoft.github.io/code-push/. - Source: Hacker News / over 4 years ago
Marvel - Turn sketches, mockups and designs into web, iPhone, iOS, Android and Apple Watch app prototypes.
Ignition App - Reclaim time, profitability and cash flow with Ignition by automating proposals, billing, payment collection and workflows in a single platform.
Gihosoft Free Android Recovery - Gihosoft is a Free Android Recovery software that help recover deleted or lost Android files such as photos, videos, messages, contacts, WhatsApp, Viber, and more with simple steps.
Adeptia - Adeptia Connect is an application to modernize the onboarding of data within the partner ecosystem using a self-service approach for business and IT.
Parse-Server - parse-server. Parse-compatible API server module for Node/Express. JS, 14271, 3819. parse-server-conformance-tests. Conformance tests for parse-server adapters.
DataSci Pro - AI tools for data analysis, visualization, and data reports