Skip to content

Commit c26bd83

Browse files
authored
Update README.md
1 parent e541e4f commit c26bd83

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Data_Api_to_Postgres/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
## Overview
33
This project is to build a simple ETL pipeline to fetch real-time data from an open source API and store that data into a database. For this case we have used Yelp FUSION API as the open source API available and for database we used Postgres.
44

5+
## Config File
6+
```
7+
[KEYS]
8+
CLIENT_KEY=<YOUR CLIENT KEY>
9+
API_KEY=<YOUR API KEY>
10+
11+
12+
[DATABASE]
13+
host=<HOST NAME>
14+
database=<DB NAME>
15+
username=<USER NAME>
16+
password=<PASSWORD>
17+
port=<PORT>
18+
19+
```
20+
21+
522
## Files
623
```
724
auth.py - Contains configuration variable for making HTTP Request

0 commit comments

Comments
 (0)