Hello All,
I know iotdb-web-workbench is nearing release but I thought I would share my iotdbUI that I showed during my ApacheCon presentation. This is a basic portable Java based GUI for querying iotDB (using JDBC). I find this easier to use compared to the CLI as it contains a graphical tree of the hierarchy. https://ope.nz/public/iotdbUI.zip You can see a screenshot of the application here; https://ope.nz/public/iotdbUI_screenshot.png Notes; 1. Open JDK runtime is included (or use your own, requires JFX lib) 2. To launch manually execute; javaw -module-path .\runtime\java\javafx\lib --add-modules ALL-MODULE-PATH -jar iotdbUI.jar 3. if you are on Windows you can use the included executable that runs the above command (it expects included bundled runtime). Any feedback is welcome. Thanks Trevor Hart
