-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecf44d1
commit 5deebc3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Apache Log Parser and Data Normalization Application | ||
### Created this repository to generate more awareness for my other repository in Search Engines | ||
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. | ||
[ApacheLogs2MySQL](https://github.com/willthefarmer/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. | ||
|
||
<p align="center"> | ||
<img width="250" height="250" src="./assets/MySQL-Apache-Python.png"> | ||
</p> | ||
|
||
# Python handles File Processing & MySQL handles Data Processing | ||
## Python handles File Processing & MySQL handles Data Processing |