Tutorial Link - ameyk.com
Repository to store pyspark code
- Create .env file in project root directory
MYSQL_DB=<MySQL Database name> MYSQL_USER=<MySQL Username> MYSQL_PASSWORD=<MySQL Password"> MYSQL_ROOT_PASSWORD=<MySQL root Password> MONGO_ROOT_USER=<MongoDB Root Username> MONGO_ROOT_PASSWORD=<MongoDB Root Password> MONGOEXPRESS_LOGIN=<MongoExpress Username> MONGOEXPRESS_PASSWORD=<MongoExpress Password> - Requires Docker & docker-compose for database services
- Docker data directories setup
- Create the following Directory Structure
data ├───elastic_search │ ├───1 │ ├───2 │ └───3 ├───mongodb └───mysql
- Create the following Directory Structure
- Download MySQL Java connector and paste it in project root directory