Skip to content

tidesdb/admintool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admintool

A command-line administration and debugging tool for TidesDB databases. The admintool provides interactive and scripted access to database operations, SSTable/WAL inspection, and integrity verification.

Features

  • Database Management - Open, close, inspect, and backup TidesDB databases
  • Column Family Operations - Create, drop, rename, clone, list, and get statistics for column families
  • Key-Value Operations - Put, get, delete, scan, range queries, and prefix searches
  • SSTable Analysis - List, inspect, dump entries, show statistics, and list keys from SSTable files
  • WAL Analysis - List, inspect, dump entries, and verify integrity of WAL files
  • Maintenance - Trigger compaction, flush memtables, verify integrity

Building

The admintool is built as part of the TidesDB project:

cd tidesdb
mkdir build && cd build
cmake ..
make admintool

The binary will be located at build/admintool/admintool.

Usage

Interactive Mode

./admintool

To learn more go to the admintool reference on the TidesDB website.

About

A tool for administering a TidesDB instance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages