https://github.com/iann0036/honeycode-export
Export Honeycode table data to S3
https://github.com/iann0036/honeycode-export
aws honeycode
Last synced: 9 months ago
JSON representation
Export Honeycode table data to S3
- Host: GitHub
- URL: https://github.com/iann0036/honeycode-export
- Owner: iann0036
- License: mit
- Created: 2020-06-25T13:24:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T13:47:45.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T09:11:15.581Z (about 1 year ago)
- Topics: aws, honeycode
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Honeycode Export
> Looking to import data into Honeycode? Check out [honeycode-appflow-integration](https://github.com/iann0036/honeycode-appflow-integration).
Periodically export Honeycode table data into S3.
## Installation
> Currently, the only possible region is `us-west-2`.
First, create your Honeycode account and create an ADMIN user and record credentials (email address / password).
[](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/quickcreate?templateUrl=https%3A%2F%2Fs3.amazonaws.com%2Fianmckay-us-west-2%2Fhoneycode-export%2Ftemplate.yml&stackName=honeycode-export)
Then click the above link to deploy the stack to your environment. If you prefer, you can also manually upsert the [template.yml](https://github.com/iann0036/honeycode-export/blob/master/template.yml) stack from source.
You will need to provide the Workbook ID and Sheet ID which can be found in the URL bar, or via the [modal](https://docs.aws.amazon.com/honeycode/latest/UserGuide/arns-and-ids.html). You will also need to specify the export frequency, if periodic export is desired.
Once launched, the CloudFormation stack will output the name of an S3 bucket it has created, which will be the destination bucket for exported table data.