Skip to content

Repository created to generate awareness of ApacheLogs2MySQL 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

26 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

The ApacheLogs2MySQL repository is barely found in GitHub search regardless of Topics added to Repository.

None of the Search Engines outside of GitHub have yet to find the ApacheLogs2MySQL repository.

My conclusion is the poor search results are due to a large majority of repository codebase is SQL language.

GitHub does not even recognize SQL as a language. I had to add code to .gitattributes to have it appear on repository.

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

SQL is much more important and powerful language in real-world applications than many langauges detected by GitHub.

Hopefully creating this repository, website and image 👇 improves ApacheLogs2MySQL repository visibility.