https://github.com/timwis/dkan-to-csv
https://github.com/timwis/dkan-to-csv
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timwis/dkan-to-csv
- Owner: timwis
- Created: 2017-04-26T11:58:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T11:58:46.000Z (about 8 years ago)
- Last Synced: 2025-01-25T07:11:33.855Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- 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 AWSNote: 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/