## Execution

        ./spotifydbingest_darwin_amd64 --help
        Usage of ./spotifydbingest_darwin_amd64:
        -bucket string
                S3 bucket. env: AWS_BUCKET
        -db-address string
                Database Address
        -debug-server-host string
                host for debug server (default "localhost:6064")
        -enddate string
                End Date (default "2019-06-05")
        -licensor string
                Licensor (default "smej,smejintl,theorchard,sony")
        -region string
                AWS region. env: AWS_REGION
        -startdate string
                Start Date (default "2019-05-26"))

Example:

    go install && \
    ~/go/bin/spotifydbingest \
    -licensor=sony \
    -startdate=2018-01-03 \
    -enddate=2018-01-03 \
    -db-address=127.0.0.1:50018
