Compare commits

..

No commits in common. "80ebb3c0da25b34b46454cbb56734e243ac50afc" and "7309d49e677982c3e9d33ddd0cab22270498458a" have entirely different histories.

8 changed files with 581013 additions and 22 deletions

3
.dvc/.gitignore vendored
View File

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

View File

View File

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

5
.env
View File

@ -1,5 +0,0 @@
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
View File

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

581013
covtype.csv Normal file

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -1,5 +0,0 @@
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