Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timstaley/autocrunch
- Owner: timstaley
- Created: 2013-05-09T11:13:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T14:28:20.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T11:11:28.678Z (almost 2 years ago)
- Topics: asynchronous-jobs, inotify, ipynotify, python, rsync
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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``.