Initial commit: Project structure
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# Databricks
|
||||
.databricks/
|
||||
.databricks-bundles/
|
||||
*.dbc
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# MarketAnalysis ETL
|
||||
|
||||
This repository contains ETL code for Market Analysis on Databricks.
|
||||
|
||||
## Project Structure
|
||||
- `notebooks/` - Databricks notebooks
|
||||
- `src/` - Source code files
|
||||
- `config/` - Configuration files
|
||||
|
||||
## Setup
|
||||
Clone the repository and configure Databricks workspace connection.
|
||||
Reference in New Issue
Block a user