Git Product home page Git Product logo

cmis2cmis-sync's Introduction

This assumes cmislib is already in your sys.path somehow. I recommend virtualenv, but to each his own. You'll most likely need cmislib from HEAD. I think there are one or two minor issues in cmislib 0.5 related to changes.

Edit settings.py to set SOURCE and TARGET settings appropriately. This only supports one source to one target at the moment.

Your SOURCE must support changes.

Your TARGET must support ContentStreamUpdatability = anytime.

The POLL_INTERVAL dictates how often the script will check the source for changes.

Limitations:
 - Only syncs cmis:document and cmis:folder.
 - Only syncs standard metadata (cmis:name, cmis:contentStreamMimeType, and the contentStream).
 - Sync is one-way only, from SOURCE to TARGET.
 - Only supports 'created' and 'updated' change types.
 - Uses path and name to match source and target objects. Therefore, renames and path changes are not supported.
 - This script will not sync deletes.

Run the script with no arguments to start syncing. The first time it runs it will call getContentChanges with no token. It will save the latest token in lastSync.p so that on subsequent runs, it will only get what has changed since the last run.

Force the script to start syncing from a specific token by passing the token to the script as the first argument.

cmis2cmis-sync's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.