Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
faermanj committed Mar 13, 2024
1 parent 015ca50 commit 2104d98
Show file tree
Hide file tree
Showing 12 changed files with 583 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ RUN bash -c "chmod a+x $SDKMAN_DIR/bin/sdkman-init.sh \
&& sdk install quarkus \
&& sdk install maven \
"
# Python
#update pip
RUN bash -c "pip install --upgrade pip"
RUN bash -c "pip install pandas jupyter"

# Done :)
# RUN bash -c "echo 'done.'"
Expand Down
1 change: 1 addition & 0 deletions aws/cloudtrail/data-copy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aws s3 sync s3://jufaerma-ap-northeast-1 ./.data
1 change: 1 addition & 0 deletions aws/cloudtrail/data-reset.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aws s3 sync s3://jufaerma-ap-northeast-1 ./.data
577 changes: 577 additions & 0 deletions aws/cloudtrail/index.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2104d98

Please sign in to comment.