Skip to content

Instantly share code, notes, and snippets.

@jpstroop
Last active August 29, 2015 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpstroop/11185991 to your computer and use it in GitHub Desktop.
Save jpstroop/11185991 to your computer and use it in GitHub Desktop.
# Specifies a set of ResourceSync Sources
# Entire file could also be used to build the Capability List document
# E.g. engine at /rs/{service_id}
service_id:
- model: MyModel
datastreams:
- descMetadata
- model: MyOtherModel
datastreams:
- descMetadata
type: (ResourceList|ResourceDump|ChangeList|ChangeDump)
frequency: ??????
# Somehow express recurring events as in calendar e.g.:
# Daily at 3:00
# http://www.johncrepezzi.com/ice_cube/ ?
service_id2:
- model: AnotherModel
datastreams:
- descMetadata
- masterImage
type: (ResourceList|ResourceDump|ChangeList|ChangeDump)
frequency: ??????
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment