Liu Jicong
92a55c3bdb
Merge pull request #12270 from taosdata/feature/tq
...
enh(stream): improve topic show
2022-05-09 17:07:43 +08:00
Liu Jicong
661fbd2e46
enh(stream): improve topic show
2022-05-09 16:35:59 +08:00
Liu Jicong
3ed1ab6acb
enh(stream): auto create ctb
2022-05-07 23:19:05 +08:00
Liu Jicong
861fde2508
fix(stream): create stb in stream
2022-05-07 10:21:51 +08:00
Liu Jicong
a5706ea7e5
feat(stream): insert data
2022-05-05 18:57:09 +08:00
Liu Jicong
de939d589f
fix: memory error
2022-04-29 20:11:58 +08:00
Liu Jicong
4402833a82
fix: memory error
2022-04-29 16:35:59 +08:00
Liu Jicong
f542785687
remove case
2022-04-29 15:09:38 +08:00
Liu Jicong
5c36e4e519
fix: subscrption api
2022-04-29 14:34:30 +08:00
Liu Jicong
4a40bf25ee
fix: interval status do not reset for stream
2022-04-28 20:03:30 +08:00
Liu Jicong
375814c0ca
fix
2022-04-28 17:03:25 +08:00
Liu Jicong
9063e480f1
use sql to create stream instead of api
2022-04-28 16:44:32 +08:00
Liu Jicong
a5a10f7068
feat: tmq support show
2022-04-26 17:08:42 +08:00
Liu Jicong
5efa53e11f
Merge branch '3.0' into feature/tq
2022-04-26 14:49:30 +08:00
Liu Jicong
a14b8dcc99
enh(tmq): delayed task
2022-04-26 14:32:37 +08:00
afwerar
dce677a72d
fix(os): fix window compilation errors.
2022-04-26 14:11:16 +08:00
Liu Jicong
609b21647b
fix: msg with schema
2022-04-25 15:40:25 +08:00
Liu Jicong
ecf00f7f57
enable hb
2022-04-25 11:41:42 +08:00
Liu Jicong
06a370c8de
enh(tmq): remove topic out of db
2022-04-25 10:42:17 +08:00
Liu Jicong
581b71cf13
merge from 3.0
2022-04-22 19:54:04 +08:00
Liu Jicong
32e9887664
feat(tmq): add push mode
2022-04-22 19:47:00 +08:00
Liu Jicong
d8b0bf3102
Merge pull request #11744 from taosdata/feature/tq
...
feat: add show topic
2022-04-22 14:42:20 +08:00
Liu Jicong
3035ecd58e
add show topic
2022-04-22 14:26:36 +08:00
afwerar
fc24521621
fix(os): windows compile 3.0.
2022-04-22 09:54:27 +08:00
Liu Jicong
8b1e51d910
refactor(tmq): refine api
2022-04-21 10:52:10 +08:00
Liu Jicong
558edd3713
merge from 3.0
2022-04-20 22:12:10 +08:00
Liu Jicong
d75ab9b3ff
refactor
2022-04-20 21:36:55 +08:00
Shuduo Sang
29d994d1dd
feat: taos shell refactor ( #11688 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
* test: add platform logic
* add nchar
* adjust taos_fetch_lengths
* print fields
* remove show databases check from insert cases
* fix lua example compile for 3.0
still not work
* remove lua.py from smoketest
* use get_column_data_offset() to get offset and convert length
* add int, float, timestamp value convert
* improve tests/pytest/insert/binary.py
* improve example/src/demoapi.c
2022-04-20 20:34:45 +08:00
afwerar
dea51ba364
fix(build): use static taos lib.
2022-04-16 20:46:51 +08:00
Shuduo Sang
d418e888c3
enh: add int, float, timestamp value convert in demoapi.c ( #11558 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
* test: add platform logic
* add nchar
* adjust taos_fetch_lengths
* print fields
* remove show databases check from insert cases
* fix lua example compile for 3.0
still not work
* remove lua.py from smoketest
* use get_column_data_offset() to get offset and convert length
* add int, float, timestamp value convert
2022-04-16 15:56:14 +08:00
Shuduo Sang
61d5f6ff2a
feat(tools): demoapi implemented normal insert/query ( #11553 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
* test: add platform logic
* add nchar
* adjust taos_fetch_lengths
* print fields
* remove show databases check from insert cases
* fix lua example compile for 3.0
still not work
* remove lua.py from smoketest
* use get_column_data_offset() to get offset and convert length
2022-04-16 12:18:07 +08:00
Shuduo Sang
30799e59ce
test: remove show databases check from insert cases ( #11508 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
* test: add platform logic
* add nchar
* adjust taos_fetch_lengths
* print fields
* remove show databases check from insert cases
2022-04-14 23:39:14 +08:00
Liu Jicong
90b1527e5f
merge from 3.0
2022-04-14 15:25:43 +08:00
Liu Jicong
7adb395b85
enh: add connection type for tmq
2022-04-14 14:42:51 +08:00
Liu Jicong
0fe0d6fc77
fix: fix tmq result parse
2022-04-13 20:37:51 +08:00
Liu Jicong
1a13affb13
Merge branch '3.0' into feature/tq
2022-04-13 16:05:02 +08:00
Liu Jicong
03d7201d47
feat: support tmq msg parse
2022-04-13 16:00:30 +08:00
Shuduo Sang
f4ca06ea9c
feat: taos shell refactor for 3.0 ( #11426 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
2022-04-13 00:12:34 +08:00
Liu Jicong
cf33a822b9
fix type convert
2022-04-12 13:39:52 +08:00
Liu Jicong
3e5da8bedb
fix
2022-03-31 15:52:54 +08:00
Liu Jicong
58352b76e3
Merge pull request #11091 from taosdata/feature/tq
...
stream set multi input
2022-03-29 16:55:25 +08:00
Liu Jicong
4fd6f59092
stream set multi input
2022-03-29 15:24:25 +08:00
yihaoDeng
6a4199d3ed
handle except
2022-03-29 15:01:05 +08:00
Liu Jicong
e0f192046c
multiple level stream schedule
2022-03-28 11:47:39 +08:00
Liu Jicong
06285a252e
refactor tmq container
2022-03-26 20:12:45 +08:00
Liu Jicong
71097ea56a
put schema into stream
2022-03-26 16:48:14 +08:00
Liu Jicong
59a4eec186
stream extract to module
2022-03-25 20:19:09 +08:00
Liu Jicong
492cb92348
extract output name from ast
2022-03-23 19:58:32 +08:00
Liu Jicong
58122d07d7
add stream trigger
2022-03-23 17:00:21 +08:00
Liu Jicong
d1363d9cb2
task running
2022-03-23 14:47:24 +08:00