Skip to content

A modern web-based administration interface for GTSDB (Go Time Series Database).

Notifications You must be signed in to change notification settings

abbychau/gtsdb-admin

Repository files navigation

GTSDB Admin

A modern web-based administration interface for GTSDB (Go Time Series Database).

GTSDB Admin Interface

Features

  • Real-time data visualization with ECharts
  • Key management (create, rename, delete)
  • Data operations (read, write)
  • Time series data querying with downsampling
  • Dark/light theme support
  • Responsive layout

Getting Started

First, install the dependencies:

npm install

Then run the development server:

npm run dev

Open http://localhost:3000 in your browser to access the admin interface.

Configuration

Configure your GTSDB connection settings in the UI settings panel:

  • Hostname
  • Port

Tech Stack

  • Next.js 14
  • TypeScript
  • Tailwind CSS
  • shadcn/ui components
  • ECharts for data visualization
  • React Context for state management

License

MIT License

About

A modern web-based administration interface for GTSDB (Go Time Series Database).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published