Skip to content

Commit 43151e5

Browse files
authored
Create README.md
1 parent 6a5441a commit 43151e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616

1717
## How to run
1818

19+
* load the data onto the database
20+
```sql
21+
psql -d news -f newsdata.sql
22+
```
23+
* connect to the database
24+
```sql
25+
psql -d news
26+
```
27+
* create views
28+
* python3 LogsAnalysis.py
29+
1930
### Create Views
2031
```sql
2132
CREATE VIEW author_info AS

0 commit comments

Comments
 (0)