Service of synchronizing images

Asked

Viewed 17 times

0

I’m working on a project that synchronizes a folder, which contains several images (an absurd amount),.

  • How it works ?

  • The script sends the image data, its name and the relative path to the database, the data is in Base64 (only the image).

    • In the database, you have a specific field for each element mentioned above.
  • the script will always go through the same folders to check if it has any update, ie a new image.

  • This all happens at interval of time.

Possible language for this -> Python

In addition, a second application will be totally dependent on this system, which appears to be very archaic and will require the complete fidelity of this information. So, my question remains, there is some service that would facilitate this and that can assure me this timing ??

  • 1

    I found it very interesting to do this algorithm, I think the validation part if it exists or not would do for the hashsum of the file. I saw on google, there are some tutorials that basically explains how to upload, and joining with the validation part if the file has changed or not, solve your problem.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.