Skip to content

Commit da97780

Browse files
authored
Create README.md
1 parent a58e378 commit da97780

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
# Logs Analysis Project
12

3+
## Requirements
4+
* Python 3.5.3
5+
* psycopg2
6+
* Postgresql 9.6
27

8+
## How to run
9+
10+
### Create Views
311
```sql
412
CREATE VIEW author_info AS
513
SELECT authors.name, articles.title, articles.slug

0 commit comments

Comments
 (0)