A modern web-based administration interface for GTSDB (Go Time Series Database).
- 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
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.
Configure your GTSDB connection settings in the UI settings panel:
- Hostname
- Port
- Next.js 14
- TypeScript
- Tailwind CSS
- shadcn/ui components
- ECharts for data visualization
- React Context for state management
MIT License