Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Astralidea/olapdb-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

OlapDb Tools

A set of Tools For OlapDb

olapdump - dump mysql/starrocks/doris table structure

Setup

requirement python3

pip install argparse
pip install pymysql

Usage

python olapdump.py [--host HOST] [--port PORT] [--user USER] [--password PASSWORD] [--database DATABASE]

example: python olapdump.py -h 127.0.0.1 -P 9030 -u root -d dtest > dump.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages