AntonyLeons / Asana2Postgres

copy all tasks to a database from an asana project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asana2Postgres Build Status Codacy Badge

  • Create a database

  • Ensure environment variables are set or coded

    This uses Metabase variables and an ASANA_TOKEN variable

  • Run import then sync

Compile with

gradle jar

in respective folders.

Run with

java -jar <NAME> <PROJECT_ID> <TABLE_NAME> <DATABASE>

<PROJECT_ID> <TABLE_NAME> <DATABASE> are optional and default is support tickets table, however these must be in order so a <PROJECT_ID> must be set to set a <TABLE_NAME>.

Database creation is NOT supported.

About

copy all tasks to a database from an asana project


Languages

Language:Java 100.0%