https://github.com/icemap/tidb-evaluation
An evaluation dataset build tool for TiDB.
https://github.com/icemap/tidb-evaluation
Last synced: 11 months ago
JSON representation
An evaluation dataset build tool for TiDB.
- Host: GitHub
- URL: https://github.com/icemap/tidb-evaluation
- Owner: Icemap
- Created: 2024-11-20T11:05:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T04:59:29.000Z (over 1 year ago)
- Last Synced: 2025-01-21T16:46:07.850Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TiDB Evaluation
This is an evaluation dataset build tool for TiDB.
## Prerequisites
- [Python](https://www.python.org/downloads/) version 3.11 or above;
- [Poetry](https://python-poetry.org/);
- Install requirements via `poetry install`
## Usage
### Help Info
```bash
poetry run python main.py --help
```
Example output:
```
Usage: main.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
save-dataset
```
### Save Dataset
```bash
poetry run python main.py save-dataset
```
Example output:
```
Start to save topics dataset to autoflow_dataset.csv
...
Saved topics dataset to autoflow_dataset.csv
```