Mach Speed Horizontally Scalable Time series database.
“ Machbase is the world’s fastest timeseries database.
It’s an ideal solution for environments that
require scalability, from edge devices with limited resources to clusters processing massive amounts of data."
“ Machbase is the world’s fastest timeseries database. It’s an ideal
solution for environments that require scalability, from edge devices
with limited resources to clusters processing massive amounts of
data."
Why Machbase?
The World-best Performance
TPCx IoT Performance Ranked #1 Worldwide since November 2019(IoT
sensor data processing performance of 5 million IOP on January
2023)
10x lower CPU/memory investment than Hadoop
Dozens of times more compression efficiency than traditional RDBMS
and Hadoop
machbase-neo shell sql \ 'create tag table EXAMPLE (\ name varchar(40) primary key, \ time datetime basetime, \ value double \ )'
curl
http://127.0.0.1:5654/db/query
\ --data-urlencode
\ "q=create tag table EXAMPLE (name varchar(40) primary
key, time datetime basetime, value double)"
machbase-neo shell sql \ "insert into EXAMPLE values('temperature',
1670380342000000000, 12.3456)"
curl
http://127.0.0.1:5654/db/query
\ --data-urlencode
\ "q=insert into EXAMPLE values('temperature',
1670380342000000000, 12.3456)"
Machbase was able to provide a real-time monitoring service by
collecting and storing CSV files containing data from sensors on
ship engines through a schema structure that fits time series data.
Using Machbase Time Series DB, we shortened the timeframe of a
project to build an energy big data platform that collects and
stores real-time power data to develop deep learning algorithms.
Machbase's reliable cluster operation has enabled Carrot's mileage
insurance, which uses IoT devices, to collect real-time information
on subscribers' vehicle operations and charge premiums based on that
information.