https://github.com/willthefarmer/willthefarmer.github.io
Repository created to generate awareness of apache-logs-to-mysql & mysql-to-apache-echarts repositories in Search Engines
https://github.com/willthefarmer/willthefarmer.github.io
apache apache-log apache-logs apache2 log-management log-parsing mysql mysql-database oracle sql
Last synced: 2 months ago
JSON representation
Repository created to generate awareness of apache-logs-to-mysql & mysql-to-apache-echarts repositories in Search Engines
- Host: GitHub
- URL: https://github.com/willthefarmer/willthefarmer.github.io
- Owner: WillTheFarmer
- Created: 2025-01-05T13:09:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T20:24:43.000Z (3 months ago)
- Last Synced: 2025-03-05T20:53:03.886Z (3 months ago)
- Topics: apache, apache-log, apache-logs, apache2, log-management, log-parsing, mysql, mysql-database, oracle, sql
- Language: HTML
- Homepage: https://willthefarmer.github.io/
- Size: 5.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Current purpose of this repository is to promote `apache-logs-to-mysql` repository and in development `mysql-to-apache-echarts`
repository on search engines by implementing Search Engine Optimization (SEO).`ApacheLogs2MySQL` repository had barely been found in [GitHub search](https://github.com/search) regardless of
Topics added to Repository.No search engines were listing the `ApacheLogs2MySQL` repository regardless of the Keywords used.
Poor search results possibly due to 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
```
## Apache Log Parser and Data Normalization Application
[ApacheLogs2MySQL](https://github.com/willthefarmer/apache-logs-to-mysql) consists of two Python Modules & one Database Schema that parse and import
Access & Error log files and normalizes data into database designed for reports & data analysis.Application automates consolidation of log files from multiple Servers and unlimited Domains with audit trail & error logging.
### Python handles File Processing & MySQL or MariaDB handles Data Processing
![]()
## Apache Log Management and Visualization Application
[MySQL2ApacheECharts](https://github.com/willthefarmer/mysql-to-apache-echarts) is a Web interface that consists of Express.js web application
frameworks with Drill Down Capability & Apache ECharts frameworks for Log Data Visualization in charts, reports & data analysis
interfaces of Database Schema ***apache_logs*** created by [ApacheLogs2MySQL](https://github.com/willthefarmer/apache-logs-to-mysql).### Express handles Data Querying & ECharts handles Data Visualization of MySQL or MariaDB Schema
![]()
Hopefully repository rename and creating this repository, website and images improves `apache-logs-to-mysql` repository visibility
and `mysql-to-apache-echarts` repository awareness. All feedback welcomed!