tsfile-viewer is a tool to view TSFILE. Currently, we support bit granularity parsing of TsFile and provide visual display.
we have three modules in the project
overview: This tool can Clearly display information of each part of TsFile, details are as follows:
The versionNumber.
The data layer: contains details of each level and statistic information.
i. ChunkGroup
ii. Chunk
iii. Page
iv. Point
The index layer: displayed in a tree like structure then you can easily view the overall structure of the secondary index(entity and measurement granularity).
Timeseries and measurement search: In addition to displaying data, we also provide the function of querying TimeSeries by keyword. There is a linkage between the index layer and the data layer, it can quickly locate the desired TimeSeries with details.
To use the tool, you need to have:
Of course, you will also notice that there is a front-end project in the project. When you execute the mvn install command, the project will download its corresponding environment, and you don't have to configure the environment separately for it.
You can download the source code from:
git@github.com:apache/iotdb-tsfile-viewer.git https://github.com/apache/iotdb-tsfile-viewer.git
Under the root path of iotdb-tsfile-viewer:
mvn clean install
then you can start this tool in the tsfile-viewer-web project
java -jar iotdb-tsfile-viewer-web-0.13.2-SNAPSHOT.jar
The default url is
http://localhost:8080/
You can modify the port through the file
iotdb-tsfile-viewer\tsfile-viewer-web-frontend\config\config.js tsfile-viewer-web\src\main\resources\application.yml
Feel free to dive in! Open an issue or submit PRs.
This project exists thanks to all the people who contribute.