Skip to content

rahmnathan/rahmnathan-utils

Repository files navigation

rahmnathan-utils

Build Status

Generic utilities used in various applications of mine.

Directory Monitor
Recursively monitors registered directories for updates. Implements observer pattern to make it easy to subscribe for notifications.

Http Client
Generic Http client. Phasing this out in favor of Camel where possible to take advantage of simple retry logic.

Video Converter
Wrapper for 'github.com/bramp/ffmpeg-cli-wrapper'. Provides a simplified api for converting videos to different formats.