iotdb
iotdb copied to clipboard
This repository is ReadOnly now. please go to https://github.com/apache/incubator-iotdb
You can drag a picture here to get an URL on Github.
please see https://tower.im/teams/138444/todos/6081/
It looks like v0.7.1 was released 28th December after the project entered incubation. I sorry but you can not make a release without the approval of the PPMC and IPMC,...
Copy all files in apache/incubator-iotdb except .git into thulab/iotdb. the file modification is twofold: 1. code changes for improving code quality by sonar. 2. File changes for code style format...
1. change involved code in query processing package. 2. refine the test code of KVIndex. 3. change involved lines of TSParser.g. 4. Note that, Index query is conflict with `Aggregation`...
As many TSDB use the concept of `field` and `measurement`, IoTDB uses `Path` to represent time series. What is the difference between `filed` and `Path`? Which one has richer semantic,...
- [x] 1. remove the header description of the parent pom file. (YCSB and others) - [x] 2. The parent pom in the root has to be set to “org.apache:apache:21”...
Because travis limits the size of console output, all modules except the cli are omitted by travis.yml. We have to modify the UT codes by replacing System,out with logger.info to...