Documentation
¶
Overview ¶
This repo contains various tools used to mirror MySQL database tables to a local SQLite database and validate the results.
PROJECT HOME ¶
See our GitHub repo (https://github.com/atc0005/mysql2sqlite) for the latest code, to file an issue or submit improvements for review and potential inclusion into the project.
PURPOSE ¶
Mirror MySQL database tables to SQLite database.
FEATURES ¶
- CLI tool for mirroring MySQL database tables to SQLite database
- Nagios plugin for validating mirrored SQLite database against the original source
USAGE ¶
See our main README for supported settings and examples.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
check_mysql2sqlite
command
Nagios plugin used to validate synchronization status between remote MySQL and local SQLite database.
|
Nagios plugin used to validate synchronization status between remote MySQL and local SQLite database. |
|
mysql2sqlite
command
CLI app used to mirror a remote MySQL database to a local SQLite database.
|
CLI app used to mirror a remote MySQL database to a local SQLite database. |
|
internal
|
|
|
caller
Package caller is an internal package that contains helper functions for retrieving metadata about the caller of those functions.
|
Package caller is an internal package that contains helper functions for retrieving metadata about the caller of those functions. |
|
config
Package config provides types and functions to collect, validate and apply user-provided settings.
|
Package config provides types and functions to collect, validate and apply user-provided settings. |
|
dbqs
Package dbqs provides helper functions that are shared between various tools provided by this module.
|
Package dbqs provides helper functions that are shared between various tools provided by this module. |
Click to show internal directories.
Click to hide internal directories.