You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/.vuepress/components/HomeCarousel.vue
+42-18Lines changed: 42 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -35,42 +35,66 @@ const title = useLocaleConfig({
35
35
const slidesData =useLocaleConfig({
36
36
'/': [
37
37
{
38
-
src: '/img/home-Slide1.png',
39
-
title: 'High-end equipment',
38
+
src: '/img/apache-home-scenarios-energy-en.png',
39
+
title: 'Energy & Power',
40
40
detail:
41
-
' In high-end manufacturing, there are many devices equipped with sensors collecting working status data.Meteorological stations, wind turbines are common high-end devices.These devices, if supports Java or Go (in development), can run TsFile to store data locally.In this way, TsFile can provide the ability to save data with high throughput, high compression ratio, and millisecond query.Together with TsFile-Sync tool, TsFiles can be transmitted to the data center.',
41
+
'The global energy transition accelerates power sector digitization. Enterprises deploy IoT and time-series databases to build smart energy systems, using real-time analytics for efficiency and security. IoTDB provides high-availability, low-bandwidth solutions to streamline data integration and energy transition.',
42
42
},
43
43
{
44
-
src: '/img/home-Slide2.png',
45
-
title: 'Local Controller',
44
+
src: '/img/scenario-aerospace-en.png',
45
+
title: 'AeroSpace',
46
46
detail:
47
-
'In the scene of factories, there are tens of devices under LAN network. IoTDB can be installed on a local controller server in the factory to receive data from those devices. The local controller server (normal PC or workstation) with IoTDB can provide the ability to persist data and query data with SQL-like interface. In addition, with TsFile-Sync tool, TsFiles on the local controller can be transmitted to the data center equipped with IoTDB instance in the cloud.',
47
+
'Tech advances propel the digital-intelligent shift in aerospace. Enterprises integrate real-time telemetry and test data through lifecycle data management, ensuring precise monitoring and optimized designs. IoTDB delivers low-bandwidth sync and flexible deployment, delivering reliable data foundations for innovation and sustainable energy integration.',
"In the scene of high-speed networks (Internet of Vehicles, etc.), a car installed of sensors, can collect monitoring information (driving status, etc.) of itself at a certain frequency. Usually, these automotive devices have limited hardware configurations and are difficult to carry complex applications. Here, lightweight IoTDB(IoTDB Client) came into being. IoTDB's JDBC API can make data that can be sent through narrow-band IoT networks or 4G whichever is possible. In this way, devices and cloud are connected together.",
53
+
"Transportation leverages real-time vehicle data to drive smart scheduling and maintenance in railways/metro systems, ensuring real-time and reliable management for efficiency and cost reduction. IoTDB's time-series data processing with low-latency queries handles data surges and multi-source data flow, building a robust foundation for intelligent transport systems and enabling smarter automation.",
54
+
},
55
+
{
56
+
src: '/img/apache-home-scenarios-steel-en.png',
57
+
title: 'Steel & Metallurgy',
58
+
detail:
59
+
'The steel industry accelerates digital transformation using industrial IoT platforms for real-time production data analytics, boosting output, quality, and energy efficiency. IoTDB, a high-efficiency time-series database, enables cross-platform deployment with low resource use and seamless system integration via APIs, driving smart factories and industrial productivity growth.',
60
+
},
61
+
{
62
+
src: '/img/apache-home-scenarios-iot-en.png',
63
+
title: 'IoT',
64
+
detail:
65
+
"IoT enables smart industry operations via mass device connectivity and data analytics, driving efficient real-time scalable data management for monitoring and diagnostics. IoTDB, a native time-series database, supports edge-cloud sync and high-concurrency processing, empowering enterprises to unlock data value and advance IoT solutions.",
0 commit comments