?????? We are very excited to announce the upcoming release of IoTDB-WorkBench 1.1.0

2021-11-23 Thread `
We have removed Chinese in source files, please review. Thanks, --- Haiyang Qin CISDI ?? ---- ??:

Re: new IT framwork

2021-11-23 Thread Junqing Wang
Thanks, Jialin. Your review does me a lot of favor. Glad to see anyone's feedback. Jialin Qiao 于2021年11月23日周二 下午8:20写道: > Hi, > Yes, the catching-up work is heavy... > Looking forward to merging this PR :) > — > Jialin Qiao > School of Software, Tsinghua University > > 乔嘉林 >

Re: new IT framwork

2021-11-23 Thread Jialin Qiao
Hi, Yes, the catching-up work is heavy... Looking forward to merging this PR :) — Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 Junqing Wang 于2021年11月23日周二 下午7:56写道: > Hi, > > As catching up with the master branch is continuous and massive, all > refactor

Re: share a rust based IoTDB-client

2021-11-23 Thread Francis Du
Thank you so much, Julian. On Tue, Nov 23, 2021, 19:52 Julian Feinauer wrote: > Francis, > > let me give you a very warm welcome here! > The work you did so far is simply awesome and I thank you very much! > > Would be cool to have you here in the community and maybe contribute some > of your

Re: share a rust based IoTDB-client

2021-11-23 Thread Francis Du
Sorry for the wrong link, here is iotdb-cli( https://github.com/francis-du/iotdb-cli) On Tue, Nov 23, 2021, 19:47 Francis Du wrote: > Hi guys, I'm Francis. The author of iotdb-rs. And welcome to join in and > contribute this.There is also an IotDB cli [1] client built by iotdb-rs, > and

Re: new IT framwork

2021-11-23 Thread Junqing Wang
Hi, As catching up with the master branch is continuous and massive, all refactor work can be split into two temporary phases. Phase 1, - This PR should be reviewed. - All tests should be annotated with the LocalStandaloneTest category. - All these LocalStandaloneTest should be passed.

AW: share a rust based IoTDB-client

2021-11-23 Thread Julian Feinauer
Francis, let me give you a very warm welcome here! The work you did so far is simply awesome and I thank you very much! Would be cool to have you here in the community and maybe contribute some of your work to the project itself. Greetings! Julian Von: Francis Du Datum: Dienstag, 23.

Re: share a rust based IoTDB-client

2021-11-23 Thread Francis Du
Hi guys, I'm Francis. The author of iotdb-rs. And welcome to join in and contribute this.There is also an IotDB cli [1] client built by iotdb-rs, and everyone is welcome to experience and feedback. I also plan to donate them to the community. There are still some work to be improved. I hope to

new IT framwork

2021-11-23 Thread Jialin Qiao
Hi, This PR refactors the IT framework: https://github.com/apache/iotdb/pull/4371 It will help us test the cluster, please pay attention and review. Thanks, — Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院

Re: share a rust based IoTDB-client

2021-11-23 Thread Jialin Qiao
Good work! Best, Jialin Qiao Xiangdong Huang 于2021年11月23日周二 下午4:36写道: > Yes, I have contacted him, and he has already subscribed to the mailing > list. > > --- > Xiangdong Huang > School of Software, Tsinghua University > > 黄向东 > 清华大学 软件学院 > > Julian Feinauer

Re: refactor cluster discussion

2021-11-23 Thread Xiangdong Huang
Hi, yes you raise up another existing topic: whether and how to decouple and smoothly change to another RPC framework? Besides, I wonder how do you find these Chinese materials... Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院

AW: refactor cluster discussion

2021-11-23 Thread Julian Feinauer
Hey Xiangdong, that makes totally sense and its good that we „can“ always do CP but switch more towards AP if wanted. Regarding RPC I just found this interesting benchmark (you may be better able to read everything…): https://github.com/eisig/rpc-benchmark

Re: refactor cluster discussion

2021-11-23 Thread Xiangdong Huang
Hi Julian, Well, in my view, it is AP by default, and can switch to CP (but for some operations, it only supports CP). 1. As we used cache for reducing RPC, it is AP. But if we mandatorily requires check whether the cache is the latest, then it is CP but has a larger latency. 2. For some

Re: share a rust based IoTDB-client

2021-11-23 Thread Xiangdong Huang
Yes, I have contacted him, and he has already subscribed to the mailing list. --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Julian Feinauer 于2021年11月23日周二 下午4:20写道: > > Thats pretty cool work. > Did you contact the author @Xiangdong?

AW: share a rust based IoTDB-client

2021-11-23 Thread Julian Feinauer
Thats pretty cool work. Did you contact the author @Xiangdong? I think it would be cool to invite him here to this community if hes not already in? Best Julian Von: Xiangdong Huang Datum: Mittwoch, 17. November 2021 um 03:42 An: dev Betreff: share a rust based IoTDB-client Hi, to whom may be

AW: refactor cluster discussion

2021-11-23 Thread Julian Feinauer
Hi Community, I really like the discussions here and although I do not find enough time (and language skills in Chinese) to participate in the meetups I think we are on a very good way. While reading through the docs provided I just quickly had two thoughts that I wanted to share here *