Skip to content
View kennel-org's full-sized avatar

Block or report kennel-org

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. backblaze-create-drive-stats-table backblaze-create-drive-stats-table Public

    This script imports Backblaze HDD data into MariaDB by creating a partitioned and indexed drive_stats table with comprehensive SMART attribute columns.

    R

  2. backblaze-drive-stats-mariadb-setup backblaze-drive-stats-mariadb-setup Public

    Contains a sample my.cnf file for configuring MariaDB in the Backblaze drive-stats project.

  3. backblaze-import-csv backblaze-import-csv Public

    This shell script inserts preprocessed Backblaze drive_stats CSV files into the target database, automating the data import process while ensuring consistency with the database schema.

    Shell

  4. backblaze-preprocess-drive-stats-csv backblaze-preprocess-drive-stats-csv Public

    This script preprocesses Backblaze drive_stats CSV files before database insertion. It merges, cleans, and standardizes the data to match the target schema.

    R

  5. backblaze-update-invalid-record backblaze-update-invalid-record Public

    Corrects invalid records in the MariaDB Backblaze drive_stats table and sets the modified flag.

    R