You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Apache Log Parser and Data Normalization Application
2
2
### Python handles File Processing & MySQL handles Data Processing
3
-
ApacheLogs2MySQL consists of two Python Modules & one MySQL Schema to automate importing Access & Error files and normalizing data into database designed for reports & data analysis.
3
+
ApacheLogs2MySQL consists of two Python Modules & one MySQL Schema ***apache_logs***to automate importing Access & Error files and normalizing data into database designed for reports & data analysis.
4
4
5
5
Runs on Windows, Linux and MacOS & tested with MySQL versions 8.0.39, 8.4.3, 9.0.0 & 9.1.0.
6
6
@@ -13,10 +13,10 @@ Three options to associate ServerName & ServerPort with Access and Error logs mi
13
13
14
14
4 LogFormats & 2 ErrorLogFormats can be loaded and 5 MySQL Stored Procedures can be processed in a single Python `ProcessLogs function` execution.
15
15
16
-
[MySQL2ApacheECharts](https://github.com/willthefarmer/mysql-to-apache-echarts) consists of Express.js web application frameworks with Drill Down Capability & Apache ECharts framework
17
-
for rapid construction of Data Visualization for reports & data analysis from MySQL Schema ***apache_logs*** created by this application.
16
+
Database Schema ***apache_logs*** designed to accommodate unlimited servers & domains. Step-by-step guide for easy installation :point_down:
18
17
19
-
Database Schema designed to accommodate unlimited servers & domains. Step-by-step guide for easy installation :point_down:
18
+
The accompanying visualization tool for the MySQL Schema ***apache_logs*** is [MySQL2ApacheECharts](https://github.com/willthefarmer/mysql-to-apache-echarts) created is a separate repository.
19
+
The Web interface consists of Express.js web application frameworks with Drill Down Capability & Apache ECharts framework for Data Visualization of charts and reports.
20
20
## Entity Relationship Diagram of apache_logs schema tables
0 commit comments