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

Block or report kennel-org

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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