Skip to content

Export data from Asana and Import into CosmoDB & Azure Storage (for Attachments)

Notifications You must be signed in to change notification settings

CloudyOne/AsanaToCosmoDB

Repository files navigation

Welcome to AsanaToCosmoDB 👋

Twitter: CloudyOne

This tool allows you to export Projects, Tasks, Users, and Attachments from Asana and Import them into CosmoDB, using Azure Storage for Attachments (cheaper).

Pre-requisites

Dotnetcore3.1 SDK https://dotnet.microsoft.com/en-us/download/dotnet/3.1

Usage

In order to use this code, you will need to update the following information inside of appsettings.json:

  • Asana Personal Access Token
  • Asana Workspace Id
  • Azure CosmoDB URI
  • Azure CosmoDB PrimaryKey (Cosmo DB container will be created on it's own inside of this CosmoDB resource)
  • Azure Storage Connection String
  • Azure Storage Container Name (This container must be created in advanced)

Notice

The Asana API has a Rate Limit of 150/minute for Free API accounts. I have handled ensuring you will never run into that limit in the code. If you have a Premium account feel free to remove that line of code here

Author

👤 CloudyOne

Show your support

Give a ⭐️ if this project helped you!

Buy me a coffee! ☕ ETH BTC DOGE LTC: cloudyone.eth


This README was generated with ❤️ by readme-md-generator

About

Export data from Asana and Import into CosmoDB & Azure Storage (for Attachments)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages