top of page

Machbase NEO

​A data platform for innovative AI.
Three layers that turn physical data into AI value.

WHY PHYSICAL AI NEEDS A NEW DATA FOUNDATION

View different types of data
on the same timeline.

Camera, LiDAR, vibration, current, torque, position and event data differ in format and speed.

But root cause analysis and AI decisions share one reference point:

When did it happen?

06_monitor-dot.png
VISION

Cameras · LiDAR · Depth sensors

07_activity.png
MOTION

IMU · Acceleration · Vibration · Impact

08_zap.png
ACTUATOR

Current · Voltage · Torque · Encoder

03_gauge.png
POSITION

Position · Path · Joint · Trajectory

10_cloud-cog.png
EVENT

Alarms · Faults · State changes

TIME AXIS
01

High-speed input

Continuous collection

02

Compressed storage

Long-term retention

03

Time lookup

Range Navigation

04

Long-term aggregation

Trends

05

Data retention

Policies and recovery

06

Service delivery

APIs and visualization

Ingestion performance alone is not enough.

Storage efficiency, time-range analysis, the data lifecycle, and service integration all need to be designed together.

A single-executable data platform
cuts software management costs.

ONE PRODUCT · THREE CONNECTED LAYERS

Connect collectors, brokers, databases, API servers, visualization and schedulers within a single product.

03
LAYER 
05_bot.png
AI APPS

AI Application Runtime

Run custom applications and AI agents that use data from the field.

14_check.png

JSH application runtime

14_check.png

Data Replication

14_check.png

OPC-UA Client

14_check.png

Video & Sensor Blackbox

02
LAYER 
16_layers.png
SERVICE

Data Service

Connect, transform and visualize data, and make it available through APIs and automation.

14_check.png

HTTP · MQTT · SSH · Bridge

14_check.png

Dashboard · Timer · API

14_check.png

TQL transformation pipeline

21_database.png
01
LAYER 
DATA

Database Engine

Process raw time-series data and relational business data with purpose-built engines.

14_check.png

Tag · Log · Transaction ·  Memory

14_check.png

SQL 92 · ROLLUP · Analytical functions

14_check.png
14_check.png

Millions of Records/sec Ingestion

​Real-time compression · Long-term retention

26_activity-2.png
PHYSICAL DATA

​Sensors

​Logs

Video

LiDAR

​Robots

01

LAYER 1: DATA

27_database-2.png

Database Engine

Process raw time-series data and relational business data in a single DBMS, using the right approach for each workload.

Machbase DBMS 8.7 offers high-speed, append-oriented TAG and LOG tables, TRANSACTION tables for relational DML and transactions, VOLATILE tables for real-time state, and LOOKUP tables for reference data.

TAG
Sensors · Equipment

Manage large volumes of measurements and ROLLUP statistics by tag name and time or distance axis.

Columnar · PRIMARY KEY · Persistent
LOG
Events · Logs

Store append-oriented events, packets, and logs with automatically generated arrival timestamps.

Columnar · _arrival_time · Persistent
TRANSACTION
Business· status data

Manage relational business data and aggregated results with row-level DML and explicit transactions.

Row-based · Standard Edition · Persistent
VOLATILE
Real-time state

Quickly query and update shared temporary server state and caches in memory.

In memory · Cleared on restart
 
LOOKUP
Reference data

Manage small, frequently referenced datasets such as equipment codes and tag metadata.

Row-based · PRIMARY KEY required · Persistent

TRANSACTION TABLE · RELEASED SPEC

Connect raw data and operational state in the same database.

Store high-frequency raw data in TAG and LOG tables, and manage equipment status, inspection results, inventory, and aggregated results in TRANSACTION tables. JOIN time-series data with relational context to understand operational data in business terms.

ChatGPT Image September 4, 2026 PM 05_58_48.png
FULL DML

INSERT · SELECT
UPDATE · DELETE

ChatGPT Image September 4, 2026 PM 06_01_29.png
INDEX & MODEL

PRIMARY KEY · UNIQUE
Secondary indexes · JOIN

ChatGPT Image September 4, 2026 PM 06_00_17.png
TRANSACTION

BEGIN · COMMIT
ROLLBACK

ChatGPT Image September 4, 2026 PM 06_03_35.png
ENTERPRISE DATA

AUTO_INCREMENT · JSON
BACKUP · MOUNT

HIGH-FREQUENCY RAW DATA

TAG · LOG

44_arrow-right-6.png
BUSINESS STATE & CONTEXT

TRANSACTION

44_arrow-right-6.png
REFERENCE & LIVE CACHE

LOOKUP · VOLATILE

34_zap-2.png

High-speed input

Continuously ingest millions of sensor readings, ticks and events per second

35_boxes-2.png

Large-scale storage

Storage of over 200 billion sensor data points based on 1TB

09_gauge.png

ROLLUP

Pre-aggregate trends for seconds, minutes, hours, days, months, and years for quick retrieval

37_shield-check.png

BACKUP / MOUNT

Full, time-range and incremental backups, with recovery that allows immediate queries during operation

STANDARD & NATIVE ACCESS

Access your data using SQL 92 and familiar programming languages.

SQL 92

C#

Phython

Node.js

JDBC

ODBC

Go

02

LAYER 2: SERVICES

16_layers.png

Data Service

Connect, transform and visualize collected data, then make it available through APIs, automation and an extensible runtime.

HTTP and MQTT ingestion and queries, external database and message bridges, TQL transformations, dashboards, scheduling and authentication are provided as shared services within the product.

39_network.png
HTTP API

Run SQL through /db/query and ingest JSON, CSV and ILP data through /db/write and /metrics/write.

40_radio-tower.png
MQTT Engine

Write data through MQTT v3.1.1/v5 sessions and Append, and receive query results through db/query and db/reply.

41_git-branch-2.png
Bridge

Connect to SQLite, PostgreSQL, MySQL and MS-SQL for DDL and DML,
and to NATS and external MQTT for messaging.

42_timer-reset.png
Timer

Use CRON or @every schedules to automate TQL ingestion, aggregation, transformation, database writes and external transfers.

43_shield-check-2.png
Security

Use token authentication for HTTP and MQTT, X.509/TLS for MQTT, and manage the key lifecycle through the Web UI.

TQL · TRANSFORMING QUERY LANGUAGE

Combine reading, transformation, and output into a single pipeline.

Without a separate application, process data from SQL, CSV, JSON, HTTP, Bridge and MQTT using filtering, aggregation, FFT and JavaScript, then output to DB, API, CSV, JSON, Chart, HTML or Markdown.

SOURCE

SQL · CSV · JSON
HTTP · Bridge · MQTT

MAP

Filter · Aggregate
FFT · SCRIPT()

SINK

DB · API · Chart
HTML · Markdown

77_arrow-right-15_edited.png
77_arrow-right-15_edited.png
image.png

BUILT-IN DASHBOARD

Turn collected data into

operational dashboards instantly.

Manage multiple queries and charts, a shared time range, automatic refresh, variable-based queries and Geomap on a single screen.

14_check.png

Dozens of chart types and dashboards

14_check.png

Timer automation using CRON and @every

14_check.png

Manage task status through the web UI and CLI

03

LAYER 3: AI APPS

43_bot-2.png

AI Application Runtime

Run user applications and AI agents on your data services.

JavaScript-based JSH provides database, HTTP, MQTT, NATS, and OPC-UA modules, so you can develop and run site-specific applications using only the Machbase Neo executable.

28_code-xml.png
BUILD
AI Coding Agent
35_boxes-2.png
INSTALL
Built-in / User Apps
31_play.png
RUN
JSH Runtime
27_database-2.png
ACCESS
Neo Data Service

Machbase Neo 8.5.0 +

Neo directly runs
JavaScript files and app directories.

Files with the .js extension and directories containing index.js are recognized as executable applications. JSH also supports execution independent of the server, a virtual file system and mounting host directories.

JSH

28_code-xml.png
App Structure
.js · index.js directory
31_play.png
Standalone Run
machbase-neo jsh
39_network.png
Built-in Modules
DB · HTTP · MQTT · NATS · OPC-UA
60_refresh-cw-2.png
BUILT-IN APP
Data Replication

Selectively replicate data in real time across edge devices, servers and the cloud.

61_play-4.png
40_radio-tower.png
BUILT-IN APP
OPC-UA Client

Select a collection node using Browse, process the data, and save it to a designated table.

61_play-4.png
37_video.png
BUILT-IN APP
Blackbox

Store and explore video and sensor data on a shared timeline, and track events.

61_play-4.png
43_bot-2.png
BUILT-IN APP
LLM Chat

Run SQL and TQL using natural language, and generate analytics dashboards and HTML reports.

61_play-4.png

APP DEMO REPOSITORIES

Industry-specific sample apps you can validate with real code

Explore installation configurations and data flows in Machbase's public repositories.

43_bot-2.png
Robot Arm Simulation

Load robotic arm motion and sensor tag data into Neo and view it in a dashboard.

40_radio-tower.png
LiDAR Data Simulation

Store and visualize LiDAR distance data to analyze spatial changes.

26_activity-2.png
Humanoid Simulation

Collect humanoid joint, posture and state data to inspect movement

03_gauge.png
Railway APU Diagnosis

Visualize railway APU operating data and validate equipment condition diagnostic workflows.

06_monitor-dot.png
Prometheus Monitoring

Connect Neo metrics to Prometheus and Grafana to monitor operational status.

From collection to analysis,
one continuous flow of data.

FROM PLC DATA TO AI ACTION

Connect the complete workflow, from PLC data in OPC UA environments to video and sensor integration, real-time replication, and generative AI analysis.

ChatGPT Image September 4, 2026 at 06_37_56 PM.png
COLLECT
OPC-UA

Standard industrial data collection

 

ChatGPT Image September 4, 2026 at 06_38_00 PM.png
PRESERVE
Database

Long-term storage of raw data and statistics

ChatGPT Image September 4, 2026 at 06_00_17 PM.png
CONNECT
Replication

Real-time replication between edge devices and servers

ChatGPT Image September 4, 2026 at 06_38_03 PM.png
ANALYZE
LLM Agent

Natural-language Analytics and Reports

ChatGPT Image September 4, 2026 PM 06_39_32.png
ACT
Operation

Diagnostics · Alerts · Task execution

 

DOWNLOAD & VERIFY

It's easy.
Run it and check the results.

Download Machbase Neo to try data ingestion, SQL queries, TQL transformations, charts and dashboards yourself.

NEO

01
30_download-2.png

Download

Download the package for your operating system.

02
31_play.png

Run

Start the service with a single executable.
 

03
32_activity-2.png

Verify

Verify the overall flow with actual data.
 

홈페이지 메인.png

Bring Physical AI to your operations.
Start by designing your data architecture.

TALK TO MACHBASE

Tell us your equipment type, data collection interval, retention period, and the problem you want to solve. We will propose the smallest scope needed to validate the solution.

call
english
bottom of page