Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Julian Feinauer
Hope it helps you! The only module you may need to reference is: implementation 'org.apache.iotdb:tsfile:0.10.0' It contains everxthing for reading and writing files. Writing is straightforward, reading is a bit more complex and we should improve the docu. But just ask here if there are

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Shi Jinghai
Hi Julian, That’s great. I’ll try the way you mentioned. Kind Regards, 发件人: Julian Feinauer 发送时间: 2020年7月23日 16:06 收件人: dev@iotdb.apache.org 主题: Re: Is there any docs on how to run iotdb on android? Hey, you need no jdk, yes.

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Julian Feinauer
Hey, you need no jdk, yes. Just integrate the jar via grafle (I think android favors gradle) and you only need a jre. Julian Am 23.07.20, 10:02 schrieb "Shi Jinghai" : Thanks Julian and Xiangdong for your quick reply. To Julian, Would it possible iotdb have such a tool jar,

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Shi Jinghai
Thanks Julian and Xiangdong for your quick reply. To Julian, Would it possible iotdb have such a tool jar, commons-iotdb? Then the jdk requirement could be removed, right? 发件人: Julian Feinauer 发送时间: 2020年7月23日 15:18 收件人:

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Julian Feinauer
Hey, another alternative would be to use plain tsfiles and not the whole IoTDB Stack. This should work out oft he box on android, I think. Julian Am 23.07.20, 09:03 schrieb "Xiangdong Huang" : Hi Jinghai, We just tried Raspberry PI, and did not test on Andorid. This is an

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Xiangdong Huang
Hi Jinghai, We just tried Raspberry PI, and did not test on Andorid. This is an interesting scenario. We can have a try. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Shi Jinghai 于2020年7月23日周四 下午1:21写道: > Hi List, > > Is

Is there any docs on how to run iotdb on android?

2020-07-22 Thread Shi Jinghai
Hi List, Is there any docs on how to run iotdb on android? My scenario is to log iot equipment info in a home. TIA, Shi Jinghai