Hi Chris, I have used maven plugin to generate these language apis in [1]. Are there some other suggestions?
[1] https://github.com/apache/incubator-iotdb/pull/445 Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz <[email protected]> 于2019年10月11日周五 下午3:59写道: > Hi all, > > having done all the Thrift compilation stuff for PLC4X I guess I might be > able to help here. > > Chris > > Am 11.10.19, 09:17 schrieb "Xiangdong Huang" <[email protected]>: > > Hi, > > I notice there are some PRs [2][3] for generating CPP, python apis by > using > thrift. > > Actually it can be compiled automatically by Maven. > > Chris introduced a maven-thrift-plugin several months ago. And, just > modifying the configuration can archive that.. > > Using PR [1], we can generate cpp, python, and go apis under > server-rpc/target/generated-sources-{language}. > > For other PRs, maybe you just need to write examples about how to use > these > api... (and some docs?) > > > [1] https://github.com/apache/incubator-iotdb/pull/445 > [2] https://github.com/apache/incubator-iotdb/pull/444 > [3] https://github.com/apache/incubator-iotdb/pull/415 > > Best, > ----------------------------------- > Xiangdong Huang > School of Software, Tsinghua University > > 黄向东 > 清华大学 软件学院 > > >
