wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
340 stars 95 forks source link

Add MySQL support: merge in @chris-blay's fork #84

Open wimleers opened 13 years ago

wimleers commented 13 years ago

Title says it all. Fork here: https://github.com/chris-blay/fileconveyor.

Why MySQL? MySQL is useful because it has replication. It can thus sync the DB of synced files among multiple web heads (http servers).

unn commented 13 years ago

Keeping an eye on this one.

pezholio commented 11 years ago

Got a PR for this at #146 and it seems to work ok for me. Would welcome any comments.

wimleers commented 11 years ago

Saw that, will try to review ASAP :)