File tree 1 file changed +7
-42
lines changed
1 file changed +7
-42
lines changed Original file line number Diff line number Diff line change @@ -79,59 +79,24 @@ In summary, "Awesome Project: ETL Process for Currency Quotes Data" offers a rob
79
79
<summary >How to run the application locally</summary >
80
80
81
81
## Step by Step
82
- 1 . Clone the repository:
82
+
83
+ Ensure Python 3.9 or higher is installed on your machine
84
+
85
+ - Clone the repository:
83
86
``` sh
84
87
$ git clone https://github.com/IvanildoBarauna/ETL-awesome-api.git
85
88
```
86
-
87
- <details >
88
- <summary >Using virtual environment (Native Python)</summary >
89
- Ensure Python 3.9 or higher is installed on your machine
90
-
89
+ - Go to directory
91
90
``` sh
92
91
$ cd ETL-awesome-api
93
- $ python -m venv .venv
94
- $ source .venv/bin/activate # On Windows use `venv\Scripts\activate`
95
- $ .venv/bin/python -m pip install --upgrade pip
96
- $ pip install -e .
97
- $ python etl/run.py
98
- ```
99
-
100
- Learn more about [ venv module in python] ( https://docs.python.org/pt-br/3/library/venv.html )
101
-
102
- </details >
103
-
104
- <details >
105
- <summary >Using Docker</summary >
106
- Ensure Docker is installed on your machine
107
-
108
- [ ` Dockerfile ` ] ( https://github.com/IvanildoBarauna/ETL-awesome-api/tree/main/Dockerfile )
109
-
110
- ``` sh
111
- $ docker build -t etl-awesome-api . && docker run etl-awesome-api
112
- ```
113
-
114
- Or:
115
-
116
- [ ` docker-compose ` ] ( https://github.com/IvanildoBarauna/ETL-awesome-api/tree/main/docker-compose.yml )
117
-
118
- ``` sh
119
- $ docker-compose up --build
120
92
```
121
-
122
- Learn more about [ docker] ( https://docs.docker.com/ )
123
-
124
- </details >
125
-
126
- - Or use Poetry
93
+ - Install dependencies and execute project
127
94
128
95
``` sh
129
96
$ poetry install && poetry run python etl/run.py
130
97
```
131
98
132
- Learn more about [ ` poetry ` ] ( https://python-poetry.org/ )
133
-
134
- </details >
99
+ Learn more about [ ` poetry ` ] ( https://python-poetry.org/ )
135
100
136
101
## ETL and Data Analysis Results:
137
102
You can’t perform that action at this time.
0 commit comments