Giter VIP home page Giter VIP logo

Comments (21)

guanshengliang avatar guanshengliang commented on May 18, 2024 5

TDengine团队将在研发计划中增加dapper框架的支持

from tdengine.

maikebing avatar maikebing commented on May 18, 2024 2

@kingflyok
https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos

from tdengine.

maikebing avatar maikebing commented on May 18, 2024 2

@staneee https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos
实现了ado.net 的标准

from tdengine.

hjxilinx avatar hjxilinx commented on May 18, 2024

c#的API 开发包我们会在最近一两周发布。集群的版本暂时还不提供。

from tdengine.

melone18 avatar melone18 commented on May 18, 2024

@hjxilinx 请问下C#的api是封装C++的还是基于原生开发的?

from tdengine.

hjxilinx avatar hjxilinx commented on May 18, 2024

使用C#直接调用taos.dll中的c api提供服务。暂没有原生的开发包。

from tdengine.

zuozhiwen avatar zuozhiwen commented on May 18, 2024

如果对linux和windows打对应编译的nuget包,应该是可以的。我觉得用C实现,使用C#导入的形式效率是更高的,毕竟C#底层也是用相同的方式调用CLR的。

还有一点比较关键的是和EFCore的集成,现在的很多数据库都有EFCore支持计划,还有一些比较强力的开发人员参与项目包括EFCore开发人员微软mvp等等的。这个对于TDEngine感觉也是有挑战的。
参见: 数据库提供程序

from tdengine.

guanshengliang avatar guanshengliang commented on May 18, 2024

我们会在7月27号递交windows客户端,但封装成nuget包还需要再等等

from tdengine.

kingflyok avatar kingflyok commented on May 18, 2024

谢谢非常感谢 我想咨询一下 企业版如何购买 费用是多少

from tdengine.

hzcheng avatar hzcheng commented on May 18, 2024

@kingflyok 您可以联系[email protected]

from tdengine.

guanshengliang avatar guanshengliang commented on May 18, 2024

关于C#的问题,请在 #51 继续提问

from tdengine.

ArgoZhang avatar ArgoZhang commented on May 18, 2024

TDengine团队将在研发计划中增加dapper框架的支持

个人觉得 dapper 仅仅是一个orm框架而已,应该先支持 .net/.netcore 然后各种orm相对应的我觉得网友自己都会做的

from tdengine.

ttgzs avatar ttgzs commented on May 18, 2024

TDengine团队将在研发计划中增加dapper框架的支持

C# 的client在哪里可以看到?

from tdengine.

guanshengliang avatar guanshengliang commented on May 18, 2024

TDengine在windows下对JAVA/Python的支持,是通过调用windows下的taos.dll来实现的,taos.dll通过UDP/TCP与服务端通信。如果想用使用C#访问数据库,有两种方法
1.调用此动态链接库(taos.dll),通过UDP/TCP与服务端通信,此方法可以在examples文件夹中看到
2.通过Restful接口与服务端通信,可以参考
https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos
官方的C#的ORM框架还没有开发,即便安排到开发计划,也是基于windows下的taos.dll进行,即将C语言函数通过C#语言进行封装。
如果所说的.net/.netcore是指用.net framework重新包装一下通信协议,那么官方没有这个开发计划。

from tdengine.

thicktao avatar thicktao commented on May 18, 2024

dapper框架的支持在哪里可以看到呢?

from tdengine.

staneee avatar staneee commented on May 18, 2024

是否应该先通过包装c sdk支持ADO.NET标准,其余上层orm适配可以社区实现。

from tdengine.

vagile-cn avatar vagile-cn commented on May 18, 2024

TDengine在windows下对JAVA/Python的支持,是通过调用windows下的taos.dll来实现的,taos.dll通过UDP/TCP与服务端通信。如果想用使用C#访问数据库,有两种方法
1.调用此动态链接库(taos.dll),通过UDP/TCP与服务端通信,此方法可以在examples文件夹中看到
2.通过Restful接口与服务端通信,可以参考
https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos
官方的C#的ORM框架还没有开发,即便安排到开发计划,也是基于windows下的taos.dll进行,即将C语言函数通过C#语言进行封装。
如果所说的.net/.netcore是指用.net framework重新包装一下通信协议,那么官方没有这个开发计划。

那么 linux下是如何实现的呢?我司.net 已经不存在windowns服务器了= =

from tdengine.

maikebing avatar maikebing commented on May 18, 2024

linux 下 .net core的驱动Maikebing.EntityFrameworkCore.Taos 调用的 是 libtaos.so

from tdengine.

maikebing avatar maikebing commented on May 18, 2024

TDengine 2.0 最新适配版本 已经发布。 兼容Windows 64位, Linux 64 位 系统

https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos/releases/tag/v2.0.123

from tdengine.

vagile-cn avatar vagile-cn commented on May 18, 2024

linux 下 .net core的驱动Maikebing.EntityFrameworkCore.Taos 调用的 是 libtaos.so

这样的话 是需要自己编译嘛?

from tdengine.

maikebing avatar maikebing commented on May 18, 2024

@vagile-cn 不需要, nuget 里面引用就行了

from tdengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.