Hi folks, I just came up with a little idea to improve the usage of TSFiles at the „edge“. What if we create an access layer (besides the Readers /Writers) to access the TSFiles with SQL as if they were in the server. Thats basically the same that sqlite does with extreme success (https://sqlite.org/index.html).
For Java I created a very minimal sketch based on Apache Calcite (so with a different SQL Dialect than the server but this could be adapted), here: https://github.com/JulianFeinauer/incubator-iotdb/tree/feature/iotdb-lite/iotdb-lite What do you think about that? Happy to hear many ideas and feedback : ) Julian
