Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uonai/airtableintegration
https://github.com/uonai/airtableintegration
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uonai/airtableintegration
- Owner: uonai
- Created: 2020-04-25T01:23:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T14:42:15.000Z (over 4 years ago)
- Last Synced: 2024-12-05T16:42:31.810Z (26 days ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AirtableIntegration
This Azure function integrates the [Airtable .NET API](https://github.com/ngocnicholas/airtable.net) with [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/). Every six hours, all records are fetched from an Airtable and written to a JSON file in your Azure blob storage.
## Configuration
Copy your local.settings.sample.json file and save as a local.settings.json file. This is where environment variables are stored. You will add AppKey, BaseId, TableName from Airtable, and StorageConnectionString, BlobContainerName from your Azure Blob.
## Todo
- Add Azure keyvault functionality for storign environment variables.
- Fetch more than 100 records at a time.
- Detailed error handling / notifications.