mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* fix: install service path error on windows * fix: installation action sheet name --------- Co-authored-by: facetosea <25808407@qq.com>
6 lines
706 B
Text
6 lines
706 B
Text
TDengine is an open-source, cloud-native time-series database optimized for Internet of Things (IoT), Connected Cars, and Industrial IoT. With its built-in caching, stream processing, and data subscription capabilities, TDengine offers a simplified solution for time-series data processing.
|
|
|
|
TDengine will be installed under C:\TDengine, users can modify configuration file C:\TDengine\cfg\taos.cfg, set the log file path or other parameters.
|
|
To start/stop TDengine with administrator privileges: sc start/stop taosd
|
|
To start/stop taosAdapter with administrator privileges: sc start/stop taosadapter
|
|
Please manually remove C:\TDengine from your system PATH environment after you remove TDengine software.
|