skye0207 / TDengineGUI

A simple TDengine DeskTop Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDengineGUI

TDengineGUI is a useful and simple desktop manager for TDengine, compatible with Linux, windows, mac. It helps developer to observe and manipulate data easier when they use TDengine as their Alot big data platform.

中文版

Features

  • Link to TDengine, create and drop databases
  • show tables and surpertables, select data.
  • execute the SQL statements using a simple console.

Downloads

Windows:

Download latest exe package from release[or gitee in China].

Mac:

Download latest dmg package from release.

Linux:

Download latest AppImage package from release [or gitee in China].

Dev Build Setup:

# clone code 
git clone https://github.com/skye0207/TDengineGUI.git

cd TDengineGUI

# install dependencies
npm install

# serve
npm run start

Build Package

# Packaged application will generate in the dist folder
npm run build 

Welcome to use TDeningeGUI

  • TDengineGUI reconds previous connections.

Image text

  • You also could add a new server to manage by clicking the "新建连接" button and providing ip,port,username and password(root:taosdata).

Image text

  • Drop a database.

Image text

Image text

  • Delete a linked server.

Image text

  • Select a database and enter main panel. You could click "切换" button to switch database.

Image text

  • Click a table to query data.

Image text

Image text

  • Query data by filtering the timestamp.

Image text

  • Set data filter.

Image text

  • A simple console to execute the SQL statements. SQL will execute on the current database by default, so you don't need to add the database name. But you can also operate on the other database by using "databaseName.tableName".

Image text

  • Simplely display database properties. More features will be developed in the future.

Image text

About

A simple TDengine DeskTop Manager

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 63.2%Language:HTML 33.3%Language:CSS 3.5%