medic / cht-sync

Data synchronization between CouchDB and PostgreSQL for the purpose of analytics.
GNU General Public License v3.0
4 stars 5 forks source link

Convert dbt_run.py into JavaScript #159

Open njuguna-n opened 1 month ago

njuguna-n commented 1 month ago

Describe the issue DBT is currently run through a Python script and while it works JavaScript is the primary language used in the CHT.

Describe the improvement you'd like Start using JavaScript instead of Python

Describe alternatives you've considered Leaving the code as it is currently.