• Search by Module
  • Search by Words
  • Search Projects
Top Python APIs Popular Projects
  • Java
  • Python
  • JavaScript
  • TypeScript
  • C++
  • Scala
  • Blog
Project: koku (GitHub Link)
  • koku-master
    • .github
      • ISSUE_TEMPLATE
        • Feature_request.md
        • Bug_report.md
      • workflows
        • release_notification.yml
        • tag_release.yml
        • unittests.yml
        • check-manifest.yml
        • pre-commit.yml
      • scripts
        • check_manifest.sh
    • Dockerfile-env
    • Makefile
    • run_sources.sh
    • koku-test.yml
    • .coveragerc
    • run_server.sh
    • .pre-commit-config.yaml
    • .env.example
    • codecov.yml
    • run_internal.sh
    • pg_init
      • 99_postgresql_conf.sh
    • LICENSE
    • Pipfile
    • grafana
      • grafana.db.sql
      • Dockerfile-grafana
    • pgadmin_servers.json.example
    • README.rst
    • Jenkinsfile-smoke.groovy
    • openshift
      • rabbitmq.yaml
      • celery-exporter.yaml
      • parameters
        • examples
          • koku.env.example
          • koku-auth-cache.env.example
          • masu-listener.env.example
          • rabbitmq.env.example
          • secret.env.example
          • imagestream.env.example
          • celery-exporter.env.example
          • celery-flower.env.example
          • masu.env.example
          • celery-worker.env.example
          • configmap.env.example
          • koku-database.env.example
          • celery-scheduler.env.example
          • sources.env.example
      • celery-worker.yaml
      • buildenv
        • postgresql-exporter
          • README.rst
          • postgresql-exporter.env.example
          • Dockerfile
          • postgresql-exporter.yaml
        • rabbitmq
          • rabbitmq.conf
          • docker-entrypoint.sh
          • Dockerfile
        • redis-exporter
          • redis-exporter.env.example
          • README.rst
          • redis-exporter.yaml
          • Dockerfile
        • flower
          • Pipfile
          • run-flower.sh
          • Pipfile.lock
          • root
            • opt
              • app-root
                • etc
                  • generate_container_user
                  • scl_enable
          • s2i
            • bin
              • usage
              • assemble
              • run
          • Dockerfile
        • rdsexporter
          • rdsexporter.env.example
          • README.rst
          • rdsexporter.yaml
          • Dockerfile
          • deploy_config.py
        • masu
          • s2i
            • bin
              • usage
              • assemble
              • run
      • celery-scheduler.yaml
      • imagestream.yaml
      • celery-flower.yaml
      • koku-auth-cache.yaml
      • koku-database.yaml
      • configmap.yaml
      • koku.yaml
      • sources.yaml
      • secret.yaml
      • route.yaml
      • masu.yaml
      • masu-listener.yaml
    • Pipfile.lock
    • CONTRIBUTING.rst
    • scripts
      • ocp_packager.py
      • create_sources.py
      • create_test_customer.py
      • check_for_koku_server.sh
      • insert_aws_org_tree.py
      • aws_org_tree.yml
      • create_test_db_user.sh
      • e2e-deploy.sh
      • README
      • run_migrations.sh
      • azure_cost_model.json
      • test_customer.yaml
      • e2e-secrets.yml
      • migrate_schemas.sql
      • sync_s3_lifecycle.py
      • create_manifest.py
      • openshift_on_prem_cost_model.json
      • openshift_on_aws_cost_model.json
      • __init__.py
      • check_postgres_running.sh
      • migrate_tenant_schema_names.sql
      • aws_cost_model.json
      • load_test_customer_data.sh
      • fetch_aws_cost_usage.py
      • create_koku_s3_bucket.py
      • clear_testing.py
      • fetch_aws_pricing.py
    • koku
      • reporting
        • apps.py
        • provider
          • ocp
            • sql
              • views
                • reporting_ocp_cost_summary_by_project.sql
                • reporting_ocp_volume_summary.sql
                • reporting_ocp_cost_summary_by_node.sql
                • reporting_ocp_cost_summary.sql
                • reporting_ocp_volume_summary_by_project.sql
                • reporting_ocp_pod_summary.sql
                • reporting_ocp_pod_summary_by_project.sql
            • models.py
            • __init__.py
            • costs
              • models.py
              • __init__.py
          • gcp
            • models.py
            • __init__.py
          • all
            • openshift
              • sql
                • views
                  • reporting_ocpall_database_summary.sql
                  • reporting_ocpall_cost_summary.sql
                  • reporting_ocpall_network_summary.sql
                  • reporting_ocpallcostlineitem_daily_summary.sql
                  • reporting_ocpall_cost_summary_by_service.sql
                  • reporting_ocpallcostlineitem_project_daily_summary.sql
                  • reporting_ocpall_cost_summary_by_account.sql
                  • reporting_ocpall_compute_summary.sql
                  • reporting_ocpall_cost_summary_by_region.sql
                  • reporting_ocpall_storage_summary.sql
              • models.py
              • __init__.py
            • __init__.py
          • azure
            • sql
              • views
                • reporting_azure_cost_summary_by_location.sql
                • reporting_azure_storage_summary.sql
                • reporting_azure_cost_summary_by_account.sql
                • reporting_azure_cost_summary.sql
                • reporting_azure_compute_summary.sql
                • reporting_azure_cost_summary_by_service.sql
                • reporting_azure_network_summary.sql
                • azure_database_summary.sql
            • models.py
            • openshift
              • sql
                • views
                  • reporting_ocpazure_network_summary.sql
                  • reporting_ocpazure_storage_summary.sql
                  • reporting_ocpazure_cost_summary_by_account.sql
                  • reporting_ocpazure_cost_summary_by_service.sql
                  • reporting_ocpazure_database_summary.sql
                  • reporting_ocpazure_cost_summary_by_location.sql
                  • reporting_ocpazure_cost_summary.sql
                  • reporting_ocpazure_compute_summary.sql
              • models.py
              • __init__.py
            • __init__.py
          • ocp_aws
            • sql
              • views
                • reporting_ocpaws_cost_summary.sql
                • reporting_ocpaws_cost_summary_by_service.sql
                • reporting_ocpaws_database_summary.sql
                • reporting_ocpaws_cost_summary_by_region.sql
                • reporting_ocpaws_cost_summary_by_account.sql
                • reporting_ocpaws_compute_summary.sql
                • reporting_ocpaws_storage_summary.sql
                • reporting_ocpaws_network_summary.sql
            • models.py
            • __init__.py
          • __init__.py
          • aws
            • sql
              • views
                • reporting_aws_database_summary.sql
                • reporting_aws_network_summary.sql
                • reporting_aws_cost_summary.sql
                • reporting_aws_compute_summary_by_region.sql
                • reporting_aws_storage_summary.sql
                • reporting_aws_cost_summary_by_service.sql
                • reporting_aws_compute_summary_by_account.sql
                • aws_storage_summary_region.sql
                • reporting_aws_cost_summary_by_account.sql
                • reporting_aws_storage_summary_by_account.sql
                • reporting_aws_cost_summary_by_region.sql
                • reporting_aws_compute_summary_by_service.sql
                • reporting_aws_storage_summary_by_service.sql
              • reporting_aws_compute_summary.sql
            • models.py
            • __init__.py
        • models.py
        • __init__.py
        • migrations
          • 0001_squashed_0090_ocpallcostlineitemdailysummary_ocpallcostlineitemprojectdailysummary.py
          • 0102_auto_20200228_1812.py
          • 0107_ocpazurecomputesummary_ocpazurecostsummary_ocpazurecostsummarybyaccount_ocpazurecostsummarybylocatio.py
          • 0098_auto_20200221_2034.py
          • 0101_ocpenabledtagkeys.py
          • 0111_drop_azure_service_not_null.py
          • 0100_aws_azure_query_perforance.py
          • 0118_auto_20200630_1819.py
          • 0112_auto_20200416_1733.py
          • 0095_auto_20200212_1606.py
          • 0116_ocpall_unique_index.py
          • 0106_ocpawscostsummary.py
          • 0097_auto_20200221_1331.py
          • 0103_azurecomputesummary_azurecostsummary_azurecostsummarybyaccount_azurecostsummarybylocation_azurecosts.py
          • 0108_auto_20200405_1316.py
          • 0096_auto_20200218_2227.py
          • 0114_adding_source_uuid.py
          • 0105_ocpcostsummary_ocpcostsummarybynode_ocpcostsummarybyproject_ocppodsummary_ocppodsummarybyproject_ocp.py
          • 0109_remove_ocpusagelineitemdailysummary_pod.py
          • 0115_populate_source_uuid.py
          • __init__.py
          • 0099_ocp_performance.py
          • 0092_auto_20200203_1758.py
          • 0093_auto_20200210_1920.py
          • 0117_auto_20200617_1452.py
          • 0113_aws_organizational_units.py
          • 0110_summary_indexes.py
          • 0104_ocpallcomputesummary_ocpallcostsummary_ocpallcostsummarybyaccount_ocpallcostsummarybyregion_ocpallco.py
          • 0094_auto_20200211_1449.py
          • 0091_aws_compute_cost_correction.py
      • providers
        • ocp
          • provider.py
          • __init__.py
        • gcp
          • provider.py
          • __init__.py
        • test
          • ocp
            • test_ocp_provider.py
            • __init__.py
          • gcp
            • tests_provider.py
            • __init__.py
          • tests_provider_access.py
          • azure
            • tests_client.py
            • tests_provider.py
            • __init__.py
          • gcp_local
            • test_gcp_local_provider.py
            • __init__.py
          • azure_local
            • test_azure_local_provider.py
            • __init__.py
          • __init__.py
          • aws_local
            • test_aws_local_provider.py
            • __init__.py
          • aws
            • tests_aws_provider.py
            • __init__.py
        • azure
          • client.py
          • provider.py
          • __init__.py
        • provider_interface.py
        • provider_errors.py
        • gcp_local
          • provider.py
          • __init__.py
        • azure_local
          • provider.py
        • __init__.py
        • aws_local
          • provider.py
          • __init__.py
        • aws
          • provider.py
          • __init__.py
        • provider_access.py
      • gunicorn.py
      • sources
        • apps.py
        • openapi.json
        • sources_patch_handler.py
        • config.py
        • test
          • api
            • test_view.py
            • test_source_status.py
            • test_serializers.py
            • test_status.py
            • __init__.py
          • test_kafka_listener.py
          • __init__.py
          • test_sources_http_client.py
          • test_kafka_source_manager.py
          • test_storage.py
          • test_sources_error_message.py
        • api
          • serializers.py
          • views.py
          • urls.py
          • source_status.py
          • __init__.py
          • status.py
          • view.py
        • kafka_listener.py
        • sources_http_client.py
        • urls.py
        • __init__.py
        • storage.py
        • sources_error_message.py
        • sources_provider_coordinator.py
        • management
          • commands
            • sources.py
      • reporting_common
        • apps.py
        • models.py
        • test_reporting_common.py
        • __init__.py
        • migrations
          • 0022_auto_20200505_1707.py
          • 0023_delete_siunitscale.py
          • 0021_delete_reportcolumnmap.py
          • __init__.py
          • 0001_initial_squashed_0007_auto_20190208_0316_squashed_0019_auto_20191022_1602.py
          • 0020_auto_20191022_1620_squashed_0025_auto_20200116_2048.py
      • api
        • tags
          • ocp
            • __init__.py
            • queries.py
            • view.py
          • test
            • ocp
              • __init__.py
              • tests_view.py
              • test_ocp_tag_query_handler.py
            • tests_views.py
            • azure
              • tests_queries.py
              • tests_azure_tag_query_handler.py
              • __init__.py
              • tests_view.py
            • ocp_aws
              • tests_queries.py
              • tests_views.py
              • __init__.py
            • __init__.py
            • tests_serializers.py
            • aws
              • test_aws_tag_query_handler.py
              • __init__.py
              • tests_view.py
          • all
            • openshift
              • __init__.py
              • queries.py
              • view.py
            • __init__.py
          • serializers.py
          • azure
            • openshift
              • __init__.py
              • queries.py
              • view.py
            • __init__.py
            • queries.py
            • view.py
          • ocp_aws
            • __init__.py
            • queries.py
            • view.py
          • __init__.py
          • queries.py
          • view.py
          • aws
            • __init__.py
            • queries.py
            • view.py
        • apps.py
        • dataexport
          • uploader
            • tests_uploader.py
            • __init__.py
          • test
            • test_serializers.py
            • tests_views.py
            • __init__.py
            • tests_models.py
          • serializers.py
          • models.py
          • views.py
          • __init__.py
          • validators.py
          • syncer
            • tests_syncer.py
            • __init__.py
        • tests_query_params.py
        • provider
          • provider_builder.py
          • test
            • __init__.py
            • tests_serializers.py
            • test_provider_manager.py
            • tests_models.py
          • serializers.py
          • provider_manager.py
          • models.py
          • __init__.py
        • report
          • ocp
            • serializers.py
            • __init__.py
            • query_handler.py
            • provider_map.py
            • view.py
          • test
            • azure_static_data.yml
            • ocp
              • test_ocp_query_handler.py
              • tests_views.py
              • __init__.py
              • tests_serializers.py
              • helpers.py
            • tests_queries.py
            • tests_query_filter.py
            • aws_static_data.yml
            • all
              • openshift
                • test_query_handler.py
                • __init__.py
                • tests_serializers.py
                • test_views.py
              • __init__.py
            • ocp_azure_static_data.yml
            • ocp_aws_static_data.yml
            • tests_views.py
            • azure
              • tests_azure_query_handler.py
              • tests_views.py
              • openshift
                • test_ocp_azure_query_handler.py
                • test_serializers.py
                • __init__.py
                • helpers.py
                • test_views.py
              • __init__.py
              • tests_serializers.py
              • helpers.py
            • ocp_aws
              • tests_views.py
              • __init__.py
              • tests_serializers.py
              • helpers.py
              • test_ocp_aws_query_handler.py
            • __init__.py
            • tests_serializers.py
            • utils.py
            • aws
              • tests_queries.py
              • __init__.py
              • helpers.py
              • test_views.py
          • all
            • openshift
              • serializers.py
              • __init__.py
              • query_handler.py
              • provider_map.py
              • view.py
            • __init__.py
          • serializers.py
          • azure
            • serializers.py
            • openshift
              • serializers.py
              • __init__.py
              • query_handler.py
              • provider_map.py
              • view.py
            • __init__.py
            • query_handler.py
            • provider_map.py
            • view.py
          • ocp_aws
            • serializers.py
            • __init__.py
            • query_handler.py
            • provider_map.py
            • view.py
          • __init__.py
          • queries.py
          • provider_map.py
          • view.py
          • aws
            • serializers.py
            • __init__.py
            • query_handler.py
            • provider_map.py
            • view.py
        • iam
          • test
            • iam_test_case.py
            • __init__.py
            • tests_serializers.py
          • serializers.py
          • models.py
          • __init__.py
        • organizations
          • test
            • test_serializers.py
            • __init__.py
            • aws
              • test_queries.py
              • __init__.py
              • test_views.py
            • test_views.py
          • serializers.py
          • __init__.py
          • queries.py
          • view.py
          • aws
            • __init__.py
            • queries.py
            • provider_map.py
            • view.py
        • query_params.py
        • common
          • exception_handler.py
          • tests_exception_handler.py
          • tests_pagination.py
          • filters.py
          • __init__.py
          • permissions
            • cost_models_access.py
            • aws_access.py
            • azure_access.py
            • test
              • tests_ocp_all_access.py
              • tests_provider_access.py
              • __init__.py
              • tests_rates_access.py
              • tests_settings_access.py
            • settings_access.py
            • openshift_access.py
            • openshift_all_access.py
            • __init__.py
          • csv.py
          • pagination.py
        • functions.py
        • models.py
        • views.py
        • query_filter.py
        • urls.py
        • __init__.py
        • utils.py
        • migrations
          • 0014_reload_azure_map.py
          • 0011_auto_20200204_1647.py
          • 0013_auto_20200226_1953.py
          • 0018_auto_20200326_0102.py
          • 0015_auto_20200311_2049.py
          • 0001_initial_squashed_0008_auto_20190305_2015.py
          • 0017_delete_cloudaccount.py
          • 0019_delete_costmodelmetricsmap.py
          • 0016_auto_20200324_1420.py
          • 0020_sources_out_of_order_delete.py
          • __init__.py
          • 0009_providerstatus_squashed_0042_auto_20200116_2048.py
          • 0012_auto_20200225_2022.py
          • 0010_auto_20200128_2138.py
        • query_handler.py
        • metrics
          • test
            • tests_views.py
            • __init__.py
          • serializers.py
          • views.py
          • constants.py
          • __init__.py
        • openapi
          • tests_openapi.py
          • __init__.py
          • view.py
        • settings
          • test
            • tests_views.py
            • __init__.py
          • ocp.py
          • __init__.py
          • utils.py
          • view.py
        • cloud_accounts
          • views.py
          • __init__.py
          • tests
            • __init__.py
            • test_views.py
        • status
          • tests_status.py
          • serializers.py
          • models.py
          • views.py
          • __init__.py
        • tests_utils.py
      • templates
        • welcome.txt
        • welcome.html
      • manage.py
      • masu
        • apps.py
        • providers
          • __init__.py
          • status.py
        • openapi.json
        • database
          • sql
            • reporting_ocpazuretags_summary.sql
            • reporting_awscostentrylineitem_daily.sql
            • reporting_ocpstoragelineitem_daily_summary.sql
            • reporting_ocpusagepodlabel_summary.sql
            • reporting_awscostentrylineitem_daily_summary.sql
            • reporting_azuretags_summary.sql
            • reporting_ocpusagelineitem_daily.sql
            • reporting_ocpinfrastructure_provider_map.sql
            • reporting_ocpusagelineitem_daily_summary.sql
            • reporting_ocp_storage_charge.sql
            • reporting_ocpstoragevolumelabel_summary.sql
            • reporting_ocpstoragelineitem_daily.sql
            • reporting_ocpawscostlineitem_daily_summary.sql
            • reporting_ocpusagelineitem_daily_pod_charge.sql
            • reporting_azurecostentrylineitem_daily_summary.sql
            • reporting_ocpazurecostlineitem_daily_summary.sql
            • reporting_ocpstoragevolumeclaimlabel_summary.sql
            • reporting_ocpnodelabellineitem_daily.sql
            • reporting_awstags_summary.sql
            • reporting_ocpcosts_summary.sql
            • reporting_ocpawstags_summary.sql
          • cost_model_db_accessor.py
          • engine.py
          • ocp_report_db_accessor.py
          • report_stats_db_accessor.py
          • customer_db_accessor.py
          • azure_report_db_accessor.py
          • gcp_report_db_accessor.py
          • reporting_common_db_accessor.py
          • report_manifest_db_accessor.py
          • account_alias_accessor.py
          • provider_db_accessor.py
          • koku_database_access.py
          • aws_report_db_accessor.py
          • provider_billing_source_db_accessor.py
          • provider_auth_db_accessor.py
          • __init__.py
          • provider_status_accessor.py
          • report_db_accessor_base.py
          • provider_collector.py
        • exceptions.py
        • processor
          • ocp
            • ocp_report_db_cleaner.py
            • ocp_cloud_updater_base.py
            • ocp_report_processor.py
            • ocp_report_summary_updater.py
            • ocp_cloud_summary_updater.py
            • __init__.py
            • ocp_cost_model_cost_updater.py
          • orchestrator.py
          • report_processor.py
          • report_summary_updater.py
          • gcp
            • gcp_report_processor.py
          • azure
            • azure_report_summary_updater.py
            • azure_cost_model_cost_updater.py
            • __init__.py
            • azure_report_db_cleaner.py
            • azure_report_processor.py
          • tasks.py
          • expired_data_remover.py
          • cost_model_cost_updater.py
          • __init__.py
          • _tasks
            • download.py
            • remove_expired.py
            • __init__.py
            • process.py
          • worker_cache.py
          • aws
            • aws_report_summary_updater.py
            • aws_report_processor.py
            • __init__.py
            • aws_cost_model_cost_updater.py
            • aws_report_db_cleaner.py
          • report_processor_base.py
        • config.py
        • test
          • providers
            • test_status.py
            • __init__.py
            • test_report_stats_db_accessor.py
          • database
            • test_provider_db_accessor.py
            • test_customer_db_accessor.py
            • test_report_manifest_db_accessor.py
            • test_aws_report_db_accessor.py
            • test_provider_status_accessor.py
            • test_ocp_report_db_accessor.py
            • test_provider_billing_source_db_accessor.py
            • test_azure_report_db_accessor.py
            • test_account_alias_accessor.py
            • test_reporting_common_db_accessor.py
            • test_provider_auth_db_accessor.py
            • __init__.py
            • test_provider_collector.py
            • test_cost_model_db_accessor.py
            • helpers.py
          • processor
            • ocp
              • test_ocp_report_db_cleaner.py
              • test_ocp_report_summary_updater.py
              • test_ocp_report_processor.py
              • __init__.py
              • test_ocp_cloud_report_summary_updater.py
              • test_ocp_report_charge_updater.py
            • test_report_charge_updater.py
            • test_orchestrator.py
            • test_worker_cache.py
            • gcp
              • __init__.py
              • test_gcp_report_processor.py
            • test_tasks.py
            • azure
              • test_azure_report_db_cleaner.py
              • test_azure_report_processor.py
              • test_azure_report_charge_updater.py
              • __init__.py
              • test_azure_report_summary_updater.py
            • test_report_summary_updater.py
            • __init__.py
            • test_report_processor.py
            • test_expired_data_remover.py
            • aws
              • test_aws_report_charge_updater.py
              • test_aws_report_db_cleaner.py
              • test_aws_report_summary_updater.py
              • __init__.py
              • test_aws_report_processor.py
          • api
            • test_crawl_account_hierarchy.py
            • test_enabled_tags.py
            • test_report_data.py
            • test_status.py
            • test_expired_data.py
            • __init__.py
            • test_region_map.py
            • test_update_cost_model_costs.py
            • test_download.py
          • celery
            • test_tasks.py
            • __init__.py
          • util
            • ocp
              • test_common.py
              • __init__.py
            • test_hash.py
            • test_upload.py
            • test_common.py
            • __init__.py
            • aws
              • test_common.py
              • __init__.py
          • external
            • test_report_downloader.py
            • test_accounts_accessor.py
            • accounts
              • db
                • __init__.py
                • test_cur_accounts_db.py
              • labels
                • __init__.py
                • aws
                  • test_aws_account_alias.py
                  • __init__.py
              • heirarchy
                • __init__.py
                • aws
                  • test_aws_org_unit_crawler.py
                  • __init__.py
              • __init__.py
            • __init__.py
            • test_account_label.py
            • downloader
              • ocp
                • test_ocp_report_downloader.py
                • __init__.py
              • test_report_downloader_base.py
              • gcp
                • test_gcp_report_downloader.py
                • __init__.py
              • azure
                • test_azure_report_downloader.py
                • __init__.py
                • test_azure_services.py
              • azure_local
                • test_azure_local_report_downloader.py
                • __init__.py
              • __init__.py
              • aws_local
                • __init__.py
                • test_aws_local_report_downloader.py
              • aws
                • test_aws_report_downloader.py
                • __init__.py
            • test_date_accessor.py
            • test_kafka_msg_handler.py
          • data
            • ocp
              • e6b3701e-1e91-433b-b238-a31e49937558_node_labels.csv
              • payload.tar.gz
              • e6b3701e-1e91-433b-b238-a31e49937558_February-2019-my-ocp-cluster-1.csv
              • no_manifest.tar.gz
              • manifest.json
              • bad_payload.tar.gz
              • e6b3701e-1e91-433b-b238-a31e49937558_storage.csv
            • test_region_page.html
            • gcp
              • evidence-2019-06-03.csv
            • test_cur.csv
            • azure
              • costreport_a243c6f2-199f-4074-9a2c-40e671cf1584.csv
            • test_cur.csv.gz
          • __init__.py
        • api
          • enabled_tags.py
          • crawl_account_hierarchy.py
          • download.py
          • update_cost_model_costs.py
          • views.py
          • urls.py
          • report_data.py
          • upload_normalized_data.py
          • __init__.py
          • status.py
          • expired_data.py
        • celery
          • export.py
          • tasks.py
          • __init__.py
        • util
          • ocp
            • common.py
            • __init__.py
          • hash.py
          • upload.py
          • azure
            • common.py
            • __init__.py
          • common.py
          • __init__.py
          • aws
            • common.py
        • external
          • report_downloader.py
          • accounts
            • cur_accounts_interface.py
            • db
              • cur_accounts_db.py
              • __init__.py
            • labels
              • __init__.py
              • aws
                • __init__.py
                • aws_account_alias.py
            • __init__.py
            • hierarchy
              • __init__.py
              • account_crawler.py
              • aws
                • aws_org_unit_crawler.py
                • __init__.py
          • __init__.py
          • account_label.py
          • accounts_accessor.py
          • downloader
            • ocp
              • __init__.py
              • ocp_report_downloader.py
            • gcp
              • gcp_report_downloader.py
              • __init__.py
            • downloader_interface.py
            • azure
              • azure_report_downloader.py
              • azure_service.py
              • __init__.py
            • azure_local
              • azure_local_report_downloader.py
              • __init__.py
            • __init__.py
            • report_downloader_base.py
            • aws_local
              • aws_local_report_downloader.py
              • __init__.py
            • aws
              • aws_report_downloader.py
              • __init__.py
          • date_accessor.py
          • kafka_msg_handler.py
        • urls.py
        • prometheus_stats.py
        • __init__.py
        • management
          • commands
            • listener.py
            • __init__.py
          • __init__.py
      • kafka_utils
        • test
          • test_utils.py
          • __init__.py
        • __init__.py
        • utils.py
      • cost_models
        • apps.py
        • test
          • test_cost_model_manager.py
          • test_models.py
          • __init__.py
          • tests_view.py
          • tests_serializers.py
        • serializers.py
        • models.py
        • views.py
        • urls.py
        • __init__.py
        • migrations
          • __init__.py
          • 0002_auto_20200318_1233.py
          • 0001_initial_squashed_0018_auto_20200116_2048.py
        • view.py
        • cost_model_manager.py
      • koku
        • tests_rbac.py
        • koku_test_runner.py
        • sentry.py
        • log.py
        • middleware.py
        • cache.py
        • env.py
        • wsgi.py
        • metrics.py
        • tests_cache.py
        • database.py
        • tests_middleware.py
        • urls.py
        • tests_metrics.py
        • dev_middleware.py
        • __init__.py
        • settings.py
        • rbac.py
        • celery.py
      • static
        • README
    • koku-manifest
    • .gitignore
    • docs
      • Makefile
      • source
        • install.rst
        • users.rst
        • sources
          • openshift_on_aws.rst
          • ocp.rst
          • gcp.rst
          • resource_visibility.rst
          • aws.rst
          • local.rst
          • azure.rst
        • README.rst
        • aws.rst
        • devtools.rst
        • CONTRIBUTING.rst
        • koku
          • koku.rst
          • api.status.rst
          • gunicorn.rst
          • manage.rst
          • api.rst
          • modules.rst
          • api.migrations.rst
        • testing.rst
        • index.rst
        • conf.py
        • openshift.rst
        • specs
        • sources.rst
        • development.rst
      • rtd_requirements.txt
    • docker-compose.yml
    • tox.ini
    • .s2i
      • bin
        • init-wrapper
        • usage
        • assemble
        • run
    • DCO
    • .pyup.yml
    • testing
      • pvc_dir
        • .gitkeep
      • run_api_tests.sh
      • run_vortex_api_tests.sh
      • local_providers
        • aws_local_2
          • .gitkeep
        • aws_local_3
          • .gitkeep
        • aws_local_0
          • .gitkeep
        • aws_local_1
          • .gitkeep
        • aws_local_5
          • .gitkeep
        • azure_local
          • .gitkeep
        • aws_local_4
          • .gitkeep
        • insights_local
          • .gitkeep
        • aws_local
          • .gitkeep
      • run_test.sh
      • run_local_hccm.sh
      • conf
        • settings.local.yaml
      • run_smoke_tests.sh