Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TDengine connectors support c# #12

Closed
geffzhang opened this issue Jul 14, 2019 · 16 comments
Closed

TDengine connectors support c# #12

geffzhang opened this issue Jul 14, 2019 · 16 comments
Assignees
Labels
enhancement New feature or request

Comments

@geffzhang
Copy link

Microsoft releases Open source cross-platform .net core https://github.com/dotnet, Upcoming Release 3.0. As a popular language, c# has an advantage in cloud-native application development, Is there someone started to implement the c# connectors?

@caizhiyuan
Copy link

求.net core api

@lishewen
Copy link

来支持张队、支持.net core

2 similar comments
@feynmanloo
Copy link

来支持张队、支持.net core

@lantianning
Copy link

来支持张队、支持.net core

@leegkon
Copy link

leegkon commented Jul 15, 2019

.net core跟物联网绝配,必须要支持啊

@jyizheng
Copy link

我有兴趣研究一下

@tmoonlight
Copy link

同求

@conan198581
Copy link

支持张队,支持.net core

@ILAOHE
Copy link

ILAOHE commented Jul 16, 2019

期待.net core api

@linrb
Copy link

linrb commented Jul 16, 2019

支持张队,支持.net core

@myFirstway
Copy link

期待.net core connectors

@xiexingen
Copy link

期待.net core支持

@jasonwang1109
Copy link

期待

@hzcheng hzcheng added the enhancement New feature or request label Jul 18, 2019
@hzcheng hzcheng added this to the Release Windows Client milestone Jul 18, 2019
@geffzhang
Copy link
Author

Entity, Framework, EF, Core, Data, O/RM, entity-framework-core,TDengine https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos

@guanshengliang
Copy link
Contributor

我们会在7月27日提交windows客户端代码,但是nuget包还需要再等等

guanshengliang added a commit that referenced this issue Jul 26, 2019
chinassx added a commit to chinassx/TDengine that referenced this issue Aug 3, 2019
* Fix compilation of taosdump

The mode argument must be supplied when O_CREAT or O_TMPFILE is
specified in flags for open(...).

* Don't SEGFAULT

* fix left/bs for release build

* Create readme.md

* Update pom.xml

Change the pom.xml for the JDBC demo project so that users can directly compile and package an executable jar with all the dependencies.

* [TBASE-641]

* The password is no longer stored in clear text, so you may need to reinstall the database

* Fix the bug when the stream calculation error occurs

* Fix the syntax error while EPOLLWAKEUP no defined in some systems

* Modify the default proportion of the last file

* Remove cmake's dependence on CXX

* Fix the Issue of taosdata#46, Build source code failure

* [modify libtaos.so link]

* [modify libtaos.so link]

* [modify libtaos.so link]

* [modify libtaos.so link]

* [modify libtaos.so link]

* [modify libtaos.so link]

* [modify libtaos.so link]

* update an expression

* Add make install error handle

* Update README.md

* Fix shell password issue taosdata#92

* Fix issue taosdata#91, remove assert for illegal filtering conditions

* Fix the issue taosdata#99, when the http request is broken, the query does not end normally

* Fix the issue taosdata#100, Change keyword stable to STable

* Fix the issue taosdata#108, limit does not have effects on the results

* Fix the issure taosdata#103, alter table change tag bug

* [issue taosdata#102]

* [issue taosdata#102]

* [issue taosdata#102]

* [modify path of libtaos.so]

* [modify path of libtaos.so]

* [modify path of libtaos.so]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* [Modify the use of sudo commands]

* fix issue taosdata#117

* Increase the comparison test between InfluxDB and TDengine

* Fix the issue taosdata#120, Set the default listening IP address to 0.0.0.0

* Fix the issue taosdata#121, Output dataDir in the log file

* Fix the issure taosdata#118, Change the alter tag value sql syntax

* fix issue taosdata#122

* Fix the issure taosdata#126, Taosd may crash while an invalid token input

* Fix the issue taosdata#127, Check dead http links and close them

* Fix the issue #taosdata#110, unsorted timestamp in one request may cause crash

* Fix the issue taosdata#130, reference count may have a problem

* Update tsched.c

fix buffer overflow and memory leak.

* issue taosdata#141, also need to modify the function declaration

* Fix issue taosdata#145

* Fix the issue taosdata#148, failed to find the next file when the file id of the vnode is not continuous

* Fix the issue taosdata#149, SParsedDataColInfo not initialized

* [add sql and csv file for demo]

* Fix the issue taosdata#156

* [Add single quotation marks to nchar fields when export to a file]

* [modify the path of exec file]

* [Support using capitalized by table/db name]

* Added nodejs connector and example usage of nodejs

* Update README.md

* fix taosdata#174

* Updated gitignore and added some documentation and better naming

- Using _ to indicate variable/function is private and shouldn't be accessed
- Added JSDocs syntax to generate documentation
-

* More documentation and added node async functionality

* [fix db/table name]

* Added local documentation files

* Updated Readme and fixed foldername

* [validate table name when insert]

* Fix the issue taosdata#185

* Updated nodejs connector to 1.1.1

Implemented higher level API to make it more modular
Using promises and callbacks
Argument binding is now available e.g query(select ? from ?).bind("*", "table")

* Minor improvement to 'setErrMsg'

1. code like `char msg[] = "xxxxxx"` unnecessarily copied the string to stack, changed to `const char* msg = "xxxxxx"`.
2. the 2rd argument of `setErrMsg` is changed from `char*` to `const char*`.
3. the 3rd argument of `setErrMsg` is removed as `strncpy` stops copying at the end of source string.

* Documentation Update

* remove duplicate include in trpc.c

* Windows client, taosdata#51 taosdata#38 taosdata#32 taosdata#12

* Windows client

* Grammar and typo fixes. Updated some docs

* Headings fix for connector docs

* fix issue taosdata#206

* Add initial driver connector for rust

* Fix the #issue 217

* update the example code of stream.c

* Fix the #issue 220, TDengine can't start when /var/lib/taos does not exist

* [modify timestamp]

* [modify timestamp]

* Docs Update; Completed async functionality for Node.js connector, updated to 1.2.0

Docs
- Docs updated
  - include third party connectors links
  - local docs updated to web versions and fixed for compatability
Node
- Async added
- Deleted uncessary code
- Docs updated

* Fix the issue taosdata#222, add win64 python connector

* Fix the issue taosdata#222, add win64 python connector

* Update cinterface.js

removed broken code

* Update readme.md

* fix the issue taosdata#233, failed to record slow query

* fix the issue taosdata#233, failed to record slow query

* fix the issue taosdata#233, failed to record slow query

* Node updated to 1.2.1

Bug fix

* Fix the issue taosdata#222

* fix python close connection error

* fix the issue taosdata#240

* fix the issue taosdata#240

* update README

* Update README for building error: No CMAKE_CXX_COMPILER could be found

* delete unused taosTmrStop

* [Fixed dsn parsing for network addr and port by caeret. taosdata#214]

* remove some compile warnings

* add -g option to CMakeList.txt

* fix possible commit log init failure

* data transfer via restful interface may be lost

* data transfer via restful interface may be lost

* [no remove config, data, log files]

* Uploaded markdown docs for testing syncing with web docs

* Fixed typos - Web docs sync test 1

* Update Connector.md

* Update connector-ch.md

* Websync test 4

* [rust connector] support subscribe

* remove useless files

* fix typo in JDBC demo code

* Update advanced features-ch.md

taosdata#250

* fix the issue taosdata#264 taosdata#253 taosdata#251

* fix the issue taosdata#264 taosdata#253 taosdata#251

* import data may cause database blocking

* Update CONTRIBUTING.md

* remove some warnings

* add command size check when source file

* Fix issue taosdata#270
@guanshengliang
Copy link
Contributor

关于C#的问题,请到 #51 继续提问
TDengine团队在研发计划中增加dapper框架的支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests