This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Include support for FrictionlessData #29
Open
Description
Also pointed out by @danfowler, Open Knowledge International seems fairly well aligned with what DBHub.io will provide.
They have an initiative called "Frictionless Data", whose purpose is seamless data exchange.
For it, they've developed a file/packaging format which would be useful for us to support (import and export):
- http://frictionlessdata.io
- http://specs.frictionlessdata.io
- http://specs.frictionlessdata.io/data-package/
- http://specs.frictionlessdata.io/table-schema/
It looks useful, as I've been wondering how to provide license information and other metadata with downloaded databases. This seems like an existing solution for that problem which we can make use of.
Update - OKI seems to have decided to develop their own competing platform instead of working with us. Not real sure adopting FrictionlessData is a good idea any more.