Revenue Maximisation
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
Druid DIGIT
Metabase DIGIT
https://metabase-qa.ifix.org.in/
eGov@4321
Code base: utilities/egov-revenue-maximization at develop ยท pmidc-digit/utilities
The command for executing the DAG:
{"start":"01-04-2022","end":"04-04-2022"}
Select the rev_max DAG right now deployed in the Punjab production
https://airflow.mseva.lgpunjab.gov.in/home
DAG has 3 steps
collect-data step:
The data is collected from ES and is converted to a JSON file.
join_data step:
The json file is converted to CSV.
The tables are joined like water and trade, water and property and trade and property.
The outcome is CSV files.
upload_data step:
The CSV files which are created are then uploaded to the druid by using the API.
The CSV files are converted to the format expected by the API and then uploaded to druid tables.
Postman collection for posting the data: https://www.getpostman.com/collections/74fcabc976b2b9baac93