Commit graph

14 commits

Author SHA1 Message Date
Bo Ding
4eba506ff4
test scripts for all connector's sample codes (#11354)
* test: add test scripts

* test: change mod of test scripts to 755

* map docs-examples to container

* test: add test_python.sh

* test: add test_c.sh

* test: add test_go.sh

* test: fix test_go.sh

* test: add test_node.sh

* test: fix test_node.sh

* test: add test_rust.sh

* test: fix connect.rs

* test: fix csharp demo program

* test: add test_csharp.sh

* typo

* test: add java sample code to test

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-04-10 00:02:45 +08:00
Bo Ding
6d093c34f1
c sample codes (#11281)
* add c examples and subscribe examples files for other languages

* add query example

* c sample code

* c query example
2022-04-07 14:27:44 +08:00
Bo Ding
8d46a63981
rust examples (#11170)
* doc fix

* rust sql insert example

* rust schemaless examples

* rust stmt examples

* rust query example

* remove go async

* format code
2022-03-31 21:18:10 +08:00
Bo Ding
308ac43415
go sample code (#11141)
* go sql insert example

* fix go doc bug

* adjust cluster part; change mysql to sql

* add go connect example using af

* go stmt example

* go influxdb line example

* go telnet line insert example

* reduce sample data

* go json insert example

* go query example
2022-03-30 20:02:41 +08:00
Bo Ding
fbf4d962e0
python query and insert examples (#11093)
* code review

* python insert example

* python stmt example

* python query example

* python async exmaple

* python json example

* java json example
2022-03-29 16:42:53 +08:00
dependabot[bot]
40bd569167
Bump junit from 4.11 to 4.13.1 in /docs-examples/java (#10889)
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-29 11:52:59 +08:00
dingbo
c39ae688c7 add schemaless example 2022-03-28 17:09:08 +08:00
dingbo
971d98f599 merge 2022-03-26 20:59:33 +08:00
dingbo
a3eeb57723 add java schemaless example 2022-03-26 17:55:58 +08:00
dingbo
634bf6bc49 add java query example 2022-03-26 17:28:50 +08:00
Bo Ding
ba180921f9
add java insert example (#11019)
* java insert example

* sql upper case

* java stmt example

* java stmt exmaple
2022-03-26 16:17:33 +08:00
Bo Ding
f28de86e3e
refine doc structrue, add placehoders for sample codes (#11007)
* insert - create files

* refine slug

* create sample files for query

* add note
2022-03-26 10:42:52 +08:00
Bo Ding
29347590ea
add connect examples to docs-examples (#10976)
* add sample code

* add sample code

* add example

* add connect examples
2022-03-24 17:30:56 +08:00
Bo Ding
aa995e6137
add new docs (#10888) 2022-03-22 11:21:45 +08:00