Commit Graph

735 Commits

Author SHA1 Message Date
dapan1121 e805ac9553 docs: add slow log descriptions 2023-06-13 14:40:50 +08:00
dapan1121 6132795718 doc: add metaCacheMaxSize description 2023-06-13 14:10:56 +08:00
wade zhang 856f1ed7c0
Merge pull request #21695 from taosdata/docs/TD-24746
docs(kafka): add topic delimiter parameter
2023-06-12 10:25:26 +08:00
huolibo c0c400e288 docs: markdown format 2023-06-12 10:08:51 +08:00
gccgdb1234 bc6eba1cb0 doc: refine the location of taos.cfg 2023-06-12 09:12:14 +08:00
huolibo 25960ec804 docs(kafka): add topic delimiter parameter 2023-06-12 09:07:00 +08:00
Shuduo Sang aa9a11152d
docs: remove -y from taosdump doc (#21692) 2023-06-11 18:45:43 +08:00
huolibo 7fff447591 fix: add paramters for example 2023-06-09 17:20:58 +08:00
huolibo 229e3ad87a docs(kafka): output format description 2023-06-09 16:32:54 +08:00
Adam Ji 201b4c7897 docs: upgrade connector-rust version 2023-06-09 08:28:00 +08:00
huolibo 730db6d551 docs(driver): TDengine description 2023-06-08 16:43:43 +08:00
wade zhang c4cd38874a
Merge pull request #21647 from taosdata/docs/TD-24606
docs: jdbc add seek doc
2023-06-08 16:37:45 +08:00
wade zhang 51efcf9eaf
Merge pull request #21640 from taosdata/docs/TD-24553
fix: change kafka doc, delete confluent related content
2023-06-08 09:41:26 +08:00
huolibo 5a4a68fc76 docs: jdbc add seek doc 2023-06-07 16:36:42 +08:00
Adam Ji 2db74c2d2c docs: update description 2023-06-07 16:30:29 +08:00
Adam Ji 64733ba6a5 docs: add version history 2023-06-07 14:14:33 +08:00
huolibo 298f314565 fix: change kafka doc, delete confluent related content 2023-06-07 13:50:32 +08:00
wade zhang 2ea92df895
Merge pull request #21619 from taosdata/docs/xftan/TD-24608-main
docs: go connector add tmq assignment and seek
2023-06-07 11:44:51 +08:00
t_max 98ceb68a20 docs: go connector version support 2023-06-07 11:42:43 +08:00
Adam Ji 87200591b0 docs: fmt lines 2023-06-07 11:33:53 +08:00
Adam Ji 581343037d docs: add version 2023-06-07 11:33:53 +08:00
Adam Ji c29e5b72d9 docs: add assignments and seek offset 2023-06-07 11:33:43 +08:00
Ping Xiao 5d82c6f17b update taos-tools release version 2023-06-06 19:58:26 +08:00
Ping Xiao 1664efebcf update release version 2023-06-06 19:44:45 +08:00
t_max acbd3c5d8a docs: go connector add tmq assignment and seek 2023-06-06 16:02:56 +08:00
huolibo 7365efd32b docs: add consuemr demo doc 2023-06-06 15:52:03 +08:00
kailixu c50da378d6 chore: update docs about support row/columns width up to 64KB 2023-06-06 11:09:00 +08:00
Shuduo Sang 0d2fa6f1e6
docs: refine python connector doc for req_id (#21526)
* docs: update csharp connector status

* docs: fix csharp ws bulk pulling

* docs: clarify database param is optional to websocket dsn

* docs: fix java connector mistake

* fix: a few typos

* fix: many typos

* docs: java connector support subscription over websocket

* fix: update 3.0 connector feature matrix

* docs: fix typos and use 3.1.0 in jdbc driver

* fix: update matrix for schemaless java status

* docs: use latest jdbc version in connect section

* docs: refine python connector doc for req_id
2023-05-30 11:49:00 +08:00
dapan1121 852e8c8185
Merge pull request #21491 from taosdata/docs/TD-24056
docs: fix timeline function super table explaination
2023-05-29 09:55:03 +08:00
wade zhang b2d2e35450
Update 09-udf.md 2023-05-29 09:52:03 +08:00
wade zhang 3fd488e83c
Merge branch '3.0' into docs/wade-pyudf 2023-05-29 08:26:17 +08:00
wade zhang 6ccefe9891
Update 09-udf.md 2023-05-29 08:23:31 +08:00
wade zhang cb82453a43
Update 09-udf.md 2023-05-29 08:21:00 +08:00
wade zhang c7e2347dfd
Update 09-udf.md 2023-05-29 08:14:36 +08:00
Shuduo Sang c91029f92f
docs: fix typos (#21503) 2023-05-27 19:28:47 +08:00
wade zhang 290a14e2d3
Update 09-udf.md 2023-05-26 19:22:47 +08:00
wade zhang 730e087d5e
Update 09-udf.md 2023-05-26 19:21:13 +08:00
gccgdb1234 4367170086 doc: refine PDF user guide 2023-05-26 19:16:23 +08:00
Ganlin Zhao a8599d78d1 docs: fix timeline function super table explaination 2023-05-26 14:02:46 +08:00
wade zhang 64e89620ea
Merge pull request #21484 from taosdata/szhou/enhance-udf-doc
enhance: python udf sample with numpy
2023-05-26 09:46:46 +08:00
huolibo bbb93c3720 enh: tmq example add all properties 2023-05-25 11:27:49 +08:00
shenglian zhou 90f542857d enhance: improve document 2023-05-25 11:13:05 +08:00
Shuduo Sang ab017bc747
docs: remove geometry docs (#21454)
* docs: update readme with libgflags

* docs: update readme with geos

* docs: remove geometry docs
2023-05-24 16:29:52 +08:00
Dingle Zhang 984211f3b4
Feature/3.0 geometry (#21037)
* Add GEOMETRY data type and make sql.c able to parse it. The GEMETRY works like BINARY so far.

* add GEOMETRY type into gConvertTypes to fix some issues like DELETE calling

* change some test cases to make sure no same timestamp is inserted, and add my smoketest.sh

* Add a function MakePoint() and introduce a lib geometry

* implement sql functions GeomFromText() and AsText()

* Use GEOS *_r funcions instead for thread safety

* Handle with TSDB_DATA_TYPE_GEOMETRY when INSERT geometry data by converting WKT.
Add geosWrapper to wrap the basic GEOS functions for TDEngine.

* refactor AsText and MakePoint functions to be like GeomFromText

* Show WKT when print geometry data in screen
Dump hex data when dump geometry data in a file

* define TYPE_BYTES item for TSDB_DATA_TYPE_GEOMETRY, which casued some strange issues.

* set number of decimals of WKT to 6

* Implement SQL function Intersects()

* refactor geometry sql functions

* Add geosErrMsgeHandler() to get the GEOS error detail

* use threadlocal to instantiate SGeosContext
call destroyGeosContext() only if the thread exists

* remove SGeosContext *context param for all geometry functions since we use thread local one,
so that all caller do not need to know the context.

* Modify Intersects() to call PreparedIntersects() when one of param is a constant, which has higher performance.

* rename prepareFn() to initCtxFn() to avoid confusion with PreparedFn

* Add prefix "ST_" for all geometry functions

* move getThreadLocalGeosCtx() and destroyThreadLocalGeosCtx() into util,
so that all unit test tools can compile

* Add unit test for geometry lib, only test MakePoint so far

* refactor and enhance existing cases in geomFuncTest

* implement NULL type and NULL value test for geomFuncTest

* add test on geomFromText()

* add unit test on AsText() in geomFuncTest

* combine some makePointFunction test items

* add intersectsFunctionTwoColumns test
refactor on callGeomFromTextWrapper functions

* enhance intersectsFunction test to add cases like input constant , NULL type, NULL value, or wrong content

* add more cases into intersectsFunction test

* Add basic test on geometry in system test

* Add ST_GeomFromText and ST_AsText function test in system test on geometry

* add ST_Intersects function test in system test on geometry

* support to check expectedErrno in system test on geometry

* adjust geomTest unit test and geometry system test

* add geometry data type and functions in doc english version

* implement touchesFunction() in geometry lib
refactor geometry relation functions model

* separate gemFuncTest into several src files

* add unit test on touchesFunction

* support sql function ST_Touches()
add system test on ST_Touches

* add docs for ST_Touches()

* Add ST_Contains()

* Add ST_Covers()

* Add ST_Equals()

* add swapAllowed param for geomRelationFunction()
read geom2 earlier intead of at doGeosRelation()

* Add ST_ContainsProperly()

* build on windows

* Merge from 3.0 to 3.0_geometry

* change macro definition TSDB_DATA_TYPE_GEOMETRY as the last one for compatibility

* change '\\NULL' to 'NULL' back in shellDumpFieldToFile()

* add /usr/local/include into include directory

* add /usr/local/inlcude and /usr/local/lib in cmake.platform for DARWIN
2023-05-24 15:36:46 +08:00
wade zhang 8524b90f2c
Merge pull request #21443 from taosdata/docs/3.0.4.2
docs: 3.0.4.2
2023-05-24 11:28:43 +08:00
Shuduo Sang bda3e6763f
docs: update connect for jdbc version (#21426)
* docs: update csharp connector status

* docs: fix csharp ws bulk pulling

* docs: clarify database param is optional to websocket dsn

* docs: fix java connector mistake

* fix: a few typos

* fix: many typos

* docs: java connector support subscription over websocket

* fix: update 3.0 connector feature matrix

* docs: fix typos and use 3.1.0 in jdbc driver

* fix: update matrix for schemaless java status

* docs: use latest jdbc version in connect section
2023-05-23 10:33:40 +08:00
Linhe Huo cd14668ec2
Merge pull request #21408 from taosdata/docs/sunpeng/update-docs-for-tdinsight-and-monitor
docs: update docs for tdinsight and monitor
2023-05-22 17:10:32 +08:00
yihaoDeng b59da1815a add parameter 2023-05-22 06:59:07 +00:00
sunpeng bc51e25d0a docs: update docs for tdinsight and monitor 2023-05-22 14:34:56 +08:00
gccgdb1234 c12996bee7 doc: refine td.connect.type 2023-05-22 11:11:52 +08:00