Skip to content

gorillio/airflow-druid-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airflow-Druid

A demo application of airflow-druid

Setup

Step 1: Run Services

Deep Cleanup

$ make clean-all

Start Airflow

$ make run

Step 2: Populate Connections, Variables and Pools

source environment variables

$ export INITDB_FIRSTNAME=admin
$ export INITDB_LASTNAME=admin
$ export INITDB_EMAIL=admin
$ export INITDB_PASSWORD=admin
$ export INITDB_USERNAME=admin
$ export INITDB_ROLE=Admin
$ export DRUID_HOST=xxxxxxxxxxxxx
$ export DRUID_LOGIN_USER=xxxxxxxxxxxxx
$ export DRUID_PASSWORD=xxxxxxxx

note: wait for couple of minutes for scheduler to comes up

$ make connections

Step 3: Airflow Web Login

note: wait for couple of minutes for webserver to comes up Airflow Login

http://localhost:8080

Development Login

username	: admin
password	: admin

Clean Setup

$ make clean

flower web uri

http://localhost:5555

About

Airflow druid operator demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published