Hi all, I've just merged [1] into the develop branch which adds C++ support for tsfile project.
Now you can write and read tsfile directly using C++ with our tsfile C++ lib. You can find how to compile and build the lib from [2] and some read and write examples in [3]. And the features for C++ lib are not as rich as the java lib, there are still known bugs in the current version(you can find feature list and bug list in[2]). We will keep developing on it. [1] https://github.com/apache/tsfile/pull/96 [2] https://github.com/apache/tsfile/blob/develop/cpp/README.md [3] https://github.com/apache/tsfile/tree/develop/cpp/examples/cpp_examples Best regards, ----------------------- Yuan Tian
