Skip to content

Commit

Permalink
[#12] dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tofulim committed Nov 26, 2023
1 parent c157101 commit 8ce2219
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ MANIFEST
*/__pycache__/
*.pyc
__pycache__/

# private data
config/
5 changes: 5 additions & 0 deletions database/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""
Author: zed.ai
Reviewer:
2023.11.25
"""
15 changes: 15 additions & 0 deletions database/database.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"""
Author: zed.ai
Reviewer:
2023.11.26
"""


class Database:
"""
Firstore로 DB를 구성하고 nosql 형태의 db를 다룬다.
주로 크롤링한 데이터를 db에 업로드하는 과정을 처리한다.
"""

def __init__(self):
pass
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tqdm==4.64.1
firebase-admin==6.2.0

0 comments on commit 8ce2219

Please sign in to comment.