install description on mac (#20016)
Co-authored-by: facetosea <25808407@qq.com>
This commit is contained in:
parent
13bdd5afae
commit
48fe2c0e06
|
@ -1,4 +1,4 @@
|
|||
TDengine is a high-efficient, scalable, high-available distributed time-series database, which makes a lot of optimizations on inserting and querying data, which is far more efficient than normal regular databases. So TDengine can meet the high requirements of IOT and other areas on storing and querying a large amount of data.
|
||||
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.
|
||||
|
||||
To configure TDengine : edit /etc/taos/taos.cfg
|
||||
To start service : launchctl start com.tdengine.taosd
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
|
||||
Once it's installed, please take the steps below:
|
||||
1: open a terminal/shell in Mac
|
||||
2: if connecting to Cloud Service, follow the instructions on your cloud service account and configure the environment variable
|
||||
3: if connecting to another TDengine Service, you can also view help information via "taos --help"
|
||||
4: execute command taos
|
Loading…
Reference in New Issue