Skip to content

singularita/ckan-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple CKAN master-slave sync script written in Python to sync datasets from one CKAN instance to another.

It syncs:

  • Datasets
    • Creates new
    • Deletes those not found in source
    • Syncs all metadata (including custom properties)
    • Syncs resources using reupload
    • Unless the source API key is defined, only public datasets are synced
    • Empties trash after sync
  • Organizations
    • Descriptions
    • Metadata
    • Logo images

It doesn't sync:

  • Pages, blog posts and site descriptions

Releases

No releases published

Packages

No packages published

Languages