nazihkalo / ethereum-etl-airflow-spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum ETL Airflow

The repository forks from ethereum-etl-airflow.

deploy-airflow.sh

  • namespace [required]: namespace scope for this request
  • pg-url [required]: url of the postgresql, the format should be user:password@host:port/db
  • fernet-key [required]: to encrypt passwords in the connection configuration and the variable configuration, changing the key will cause decryption of existing credentials to fail
  • eks-host [required]: host url of the AWS EKS (the script just server for the EKS users)
  • image-name [required]: name of the docker image, like: airflow
  • image-tag [required]: version tag of the docker image, like: 1.10.15-b11
  • build-image: if set, will build a new image by the Dockerfile and use it

About

License:MIT License


Languages

Language:Python 96.7%Language:Shell 1.7%Language:Dockerfile 1.6%