Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timstaley/autocrunch

Realtime detection and asynchronous processing of rsync'ed files.
https://github.com/timstaley/autocrunch

asynchronous-jobs inotify ipynotify python rsync

Last synced: about 2 months ago
JSON representation

Realtime detection and asynchronous processing of rsync'ed files.

Awesome Lists containing this project

README

        

==========
autocrunch
==========
A utility script which illustrates use of
`pyinotify `_
to detect and process files rsync'ed into a particular folder.
Processing is performed asynchronously and with N threads. Which is nice.

Feel free to cut'n'paste.

Getting started
---------------

``test_rsync_processing_pool.sh`` provides a basic example of the functionality
when used with the default options in ``rsync_processing_pool.py``.