Skip to content

AntonyLeons/Asana2Postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages