Skip to content

janaslo/ckan-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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

It doesn't sync:

  • Pages, blog posts and site descriptions
  • Logos of organizations

About

CKAN syncing tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%