Skip to content

Repository created to generate awareness of apache-logs-to-mysql repository in Search Engines.

Notifications You must be signed in to change notification settings

WillTheFarmer/willthefarmer.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Log Parser and Data Normalization Website

ApacheLogs2MySQL consists of two Python Modules & one MySQL Schema that parse and import Access & Error log files and normalizes data into database designed for reports & data analysis.

This application automates consolidation of log files from multiple Servers and unlimited Domains with audit trail & error logging.

Python handles File Processing & MySQL handles Data Processing

Current purpose of this repository is to promote newly named apache-logs-to-mysql repository on search engines by implementing Search Engine Optimization (SEO).

The 4 month old ApacheLogs2MySQL repository had barely been found in GitHub search regardless of Topics added to Repository.

No search engines outside of GitHub had yet to list the ApacheLogs2MySQL repository.

After researching the subject my deduction for poor search results is one or both of the following:

  • Repository name - Renamed from ApacheLogs2MySQL to apache-logs-to-mysql on 1/9/2025.

or

  • SQL - A large majority of repository codebase is SQL language.

GitHub does not recognize SQL as a language and requires adding code to .gitattributes for SQL to appear on repository.

*.sql linguist-detectable=true
*.sql linguist-language=sql

Hopefully rename and creating this repository, website and image 👇 improves apache-logs-to-mysql repository visibility.

Languages