Skip to content

resync/resourcesync_push

Repository files navigation

ResourceSync PuSH

![alt text](https://github.com/hariharshankar/resourcesync_push/blob/master/resourcesync_logo.jpg?raw=true ResourceSync)

A ResourceSync PubSubHubbub (PuSH) Implementation.

ResourceSync PuSH is a PubSubHubbub implementation that supports two modes: the ResourceSync notification mode and the traditional PubSubHubbub mode. In the ResourceSync notification mode change notifications are being pushed directly to the Hub whereas in the feed mode just the URI of the feed is pushed to the Hub. This software provides Publisher, Hub, and Subscriber modules with a RESTful API for easy integration into existing systems. ResourceSync PuSH is written in Python and uses the uWSGI server. Please refer to the ResouceSync Notification specification for motivating examples and a complete overview of the framework's architecture.

The core ResourceSync specification describes a synchronization framework for the web consisting of various capabilities that allow third party systems to remain synchronized with a server's evolving resources. This library is an implementation of the ResourceSync Notification specification and uses the PubSubHubbub protocol.

Features

  • Scalable, fast and easy to install Publisher, Hub and Subscriber modules.
  • Fully compliant implementation of the ResourceSync Change Notification spec.
  • The Hub module is also fully compliant with the PubSubHubbub specification.
  • ResourceSync PuSH is RESTful and can be easily deployed into any existing system without any programming language barriers.
  • The individual modules are fully customizable and can be extended to suit any needs.

Getting Started

Read the documentation to get started.