https://github.com/timwis/dkan-to-csv
https://github.com/timwis/dkan-to-csv
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timwis/dkan-to-csv
- Owner: timwis
- Created: 2017-04-26T11:58:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T11:58:46.000Z (over 9 years ago)
- Last Synced: 2025-03-20T05:31:12.817Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DKAN to CSV
A middleware / reverse-proxy that converts DKAN DataStore responses to CSV. CKAN
and DKAN only support JSON, XML, and JSONP response formats. This microservice
converts those responses to CSV format.
## Usage
1. [Install serverless][1]
2. Run `serverless deploy` to deploy to AWS
Note: This could also be deployed to Azure or OpenWhisk per the [serverless docs][2].
[1]: https://serverless.com/framework/docs/providers/aws/guide/installation/
[2]: https://serverless.com/framework/docs/