ckan / ckan-service-provider

A library for making web services that make functions available as synchronous or asynchronous jobs
http://ckan-service-provider.readthedocs.org
GNU Affero General Public License v3.0
21 stars 23 forks source link

CartoDB support #18

Closed peterdesmet closed 9 years ago

peterdesmet commented 10 years ago

CartoDB is increasingly being used to store, access and visualize geospatial data in the cloud. As recorded in this issue, there is a need for CKAN-CartoDB integration, but with some differences how far this integration should go.

@acouch has developed CartoDB integration for DKAN, replacing the native datastore with CartoDB, but that code cannot be ported to CKAN as the codebase is different (see comment).

Any idea what needs to be done to tackle this?

Note: I'm still new to CKAN and not sure if this is functionality the ckan-service-provider can provide. If not, to which repository should I add this issue?

seanh commented 9 years ago

@peterdesmet I suggest moving the discussion to here https://github.com/ckan/ideas-and-roadmap

I think a CartoDB-importer could be written on top of ckan-service-provider like datapusher is, or it could just be written standalone, either way it seems like a new project on its own.