Skip to content

Instantly share code, notes, and snippets.

View isaacarnault's full-sized avatar
:octocat:
top user

Isaac Arnault, PhD isaacarnault

:octocat:
top user
View GitHub Profile
@isaacarnault
isaacarnault / .gitignore
Last active February 24, 2025 08:12
Enabling Elastic Load Balancing on AWS
________ ________ ___ __ ___
|\_____ \|\ __ \|\ \|\ \ |\ \
\|___/ /\ \ \|\ \ \ \/ /|\ \ \
/ / /\ \ __ \ \ ___ \ \ \
/ /_/__\ \ \ \ \ \ \\ \ \ \ \
|\________\ \__\ \__\ \__\\ \__\ \__\
\|_______|\|__|\|__|\|__| \|__|\|__|
@isaacarnault
isaacarnault / .gitignore
Last active December 24, 2024 00:19
Data engineering using Spark - Scala
________ ________ ___ __ ___
|\_____ \|\ __ \|\ \|\ \ |\ \
\|___/ /\ \ \|\ \ \ \/ /|\ \ \
/ / /\ \ __ \ \ ___ \ \ \
/ /_/__\ \ \ \ \ \ \\ \ \ \ \
|\________\ \__\ \__\ \__\\ \__\ \__\
\|_______|\|__|\|__|\|__| \|__|\|__|
Windows, gist was made on a Linux OS.
@isaacarnault
isaacarnault / .gitignore
Last active December 7, 2024 10:30
Creating a static website in 5 minutes using S3 on AWS
________ ________ ___ __ ___
|\_____ \|\ __ \|\ \|\ \ |\ \
\|___/ /\ \ \|\ \ \ \/ /|\ \ \
/ / /\ \ __ \ \ ___ \ \ \
/ /_/__\ \ \ \ \ \ \\ \ \ \ \
|\________\ \__\ \__\ \__\\ \__\ \__\
\|_______|\|__|\|__|\|__| \|__|\|__|
## log into your AWS Management Console
@isaacarnault
isaacarnault / PM.md
Last active November 8, 2024 08:09
Project Management cheatsheet

1-BFTWWQO8gd-Rb6ah-N0-Gdbp-A.png

I've put in place an Project Management cheat-sheet for those aiming to become Project Managers.


Question
answer
During which process group does the project manager orient team members to the project and expectations?
Executing

Your project seems to be going off track, so you take action to resolve the problem. In which project management process group are you working?
@isaacarnault
isaacarnault / A_README.md
Last active August 3, 2024 22:09
Deploy SAP S/4HANA Public Cloud Edition and an RDS (SQL Server) DB on AWS using Terraform (Infrastructure as Code)

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

isaac-arnault-SAP.jpg

These artefacts are intented to help you provision a SAP S/4HANA Public Cloud edition on AWS and to provision an AWS RDS (SQL Server database) along with our SAP installation.


The testing and GitHub documentation were technically performed by Isaac Arnault, EMEA Managing Director for Data, AI and Analytics at HUBIA (Consulting IT firm for Data, AI, BI and Analytics) in France.
This gist is mainly dedicated to HUBIA's Clients' teams and its prospective customers.

@isaacarnault
isaacarnault / .gitignore
Last active June 29, 2024 20:06
Access S3 buckets using CLI (Linux)
________ ________ ___ __ ___
|\_____ \|\ __ \|\ \|\ \ |\ \
\|___/ /\ \ \|\ \ \ \/ /|\ \ \
/ / /\ \ __ \ \ ___ \ \ \
/ /_/__\ \ \ \ \ \ \\ \ \ \ \
|\________\ \__\ \__\ \__\\ \__\ \__\
\|_______|\|__|\|__|\|__| \|__|\|__|
@isaacarnault
isaacarnault / Cost_considerations_Azure.md
Last active April 26, 2024 14:03
Deploy a 3 Databricks nodes cluster using Terraform on Azure

Cost considerations are based on a cluster running 5 hours daily on a monthly basis.

To estimate the monthly cost based on a Databricks cluster running for 5 hours daily, we'll need to consider the pricing for the Databricks cluster instance type (e.g., Standard_DS3_v2) and the number of nodes, as well as any associated Azure services like storage, Key Vault, and Azure AD integration. Let's break down the estimation:

• Databricks Cluster: Determine the hourly rate for the selected instance type and number of nodes. For example, let's say the hourly rate for a Standard_DS3_v2 instance is $0.5. Calculate the daily cost: 5 hours/day * $0.5/hour = $2.5/day Calculate the monthly cost: $2.5/day * 30 days = $75/month

• Azure Storage Account:

@isaacarnault
isaacarnault / .gitignore
Last active March 1, 2024 14:06
Find all the Fridays of the year 2019 using Python
________ ________ ___ __ ___
|\_____ \|\ __ \|\ \|\ \ |\ \
\|___/ /\ \ \|\ \ \ \/ /|\ \ \
/ / /\ \ __ \ \ ___ \ \ \
/ /_/__\ \ \ \ \ \ \\ \ \ \ \
|\________\ \__\ \__\ \__\\ \__\ \__\
\|_______|\|__|\|__|\|__| \|__|\|__|
You don't have to use packages such as datetime, timedelta, calendar.
@isaacarnault
isaacarnault / OUTPUT.md
Last active February 17, 2024 18:42
Data collection using Python

Data collection using Python

See output

isaac-arnault-data-collection-P.png

@isaacarnault
isaacarnault / .gitignore
Last active September 23, 2023 05:54
Installing Oracle SQL developer on Linux
________ ________ ___ __ ___
|\_____ \|\ __ \|\ \|\ \ |\ \
\|___/ /\ \ \|\ \ \ \/ /|\ \ \
/ / /\ \ __ \ \ ___ \ \ \
/ /_/__\ \ \ \ \ \ \\ \ \ \ \
|\________\ \__\ \__\ \__\\ \__\ \__\
\|_______|\|__|\|__|\|__| \|__|\|__|
SQL workbench. Use Oracle SQL Developer instead.
PL/SQL. Gist uses basic SQL syntax.