Hi Etienne, Can you share an example for integration Camel with some other DB (NoSQL is better)? It will be helpful to let us evaluate how to integrate with IoTDB.
Best, ---------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Jialin Qiao <[email protected]> 于2020年3月3日周二 下午9:04写道: > Hi, > > If you only need a java api, the Session API is enough and better than > JDBC. > > There is an example about Session API: > > https://github.com/apache/incubator-iotdb/blob/master/example/session/src/main/java/org/apache/iotdb/SessionExample.java > > I'm not familiar with Camel, but when integrating with rocketmq or kafka, > the consumer could use Session API to write data into IoTDB. > > Thanks, > -- > Jialin Qiao > School of Software, Tsinghua University > > 乔嘉林 > 清华大学 软件学院 > > > -----原始邮件----- > > 发件人: "Robinet, Etienne" <[email protected]> > > 发送时间: 2020-03-03 20:55:43 (星期二) > > 收件人: [email protected] > > 抄送: > > 主题: Re: Prepared Statements/ Commit > > > > Hi, > > Can I use this session API in combination with camel? > > > > Le mar. 3 mars 2020 à 13:54, Jialin Qiao <[email protected]> a > > écrit : > > > > > Hi, > > > > > > PreparedStatement is not supported now. Instead, you could use Session > > > API, which also avoids the sql parser. > > > > > > Thanks, > > > -- > > > Jialin Qiao > > > School of Software, Tsinghua University > > > > > > 乔嘉林 > > > 清华大学 软件学院 > > > > > > > -----原始邮件----- > > > > 发件人: "Etienne Robinet" <[email protected]> > > > > 发送时间: 2020-03-03 20:35:56 (星期二) > > > > 收件人: [email protected] > > > > 抄送: > > > > 主题: Prepared Statements/ Commit > > > > > > > > Hi all, > > > > could it be that IoTDB doesn't support prepared statements? When I > try > > > to use the SQL component of Camel, this is the error I get: > > > https://i.imgur.com/HOJgh0H.png > > > > > > > > when I use JDBC component I get an error message "Not support > Commit". I > > > am confused now on how to use camel with IoTDB. > > > > Etienne > > > >
