Compare commits

...

3 Commits

Author SHA1 Message Date
Alicja Szulecka 80ebb3c0da dvc 2024-05-28 21:22:43 +02:00
Alicja Szulecka 281c3c6a86 sacredboard 2024-05-28 21:22:26 +02:00
Alicja Szulecka ae632b1ea3 stop tracking covtype.csv 2024-05-28 21:20:04 +02:00
8 changed files with 22 additions and 581013 deletions

3
.dvc/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/config.local
/tmp
/cache

0
.dvc/config Normal file
View File

3
.dvcignore Normal file
View File

@ -0,0 +1,3 @@
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore

5
.env Normal file
View File

@ -0,0 +1,5 @@
MONGO_INITDB_ROOT_USERNAME=admin
MONGO_INITDB_ROOT_PASSWORD=IUM_2021
ME_CONFIG_BASICAUTH_USERNAME=mongo_express_user
ME_CONFIG_BASICAUTH_PASSWORD=mongo_express_pw
MONGO_DATABASE=sacred

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/covtype.csv

581013
covtype.csv

File diff suppressed because it is too large Load Diff

5
covtype.csv.dvc Normal file
View File

@ -0,0 +1,5 @@
outs:
- md5: e88c3c209db2e8982e07c43462d67c87
size: 75170064
hash: md5
path: covtype.csv

5
sacredboard/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM python:3.6-jessie
RUN pip install https://github.com/chovanecm/sacredboard/archive/develop.zip
ENTRYPOINT sacredboard -mu mongodb://$MONGO_INITDB_ROOT_USERNAME:$MONGO_INITDB_ROOT_PASSWORD@mongo:27017/?authMechanism=SCRAM-SHA-1 $MONGO_DATABASE