Node.js file monitoring

  • Status do projeto

    Fechado
  • Interessado

    1
  • Postado em

  • Localização

    O projeto pode ser concluído remotamente
  • Orçamento

    R$ 100 - R$ 500
  • Depósito pago

    R$ 0,00
  • Bônus total por indicação

    R$ 10,00
  • Na contratação

    R$ 10,00
  • postado por

    Leonardo
  • Habilidades:

Descrição do Projeto

Folder monitoring ap

This is a folder monitoring app, that download/upload the files to my website using http requests.
The goal is to be able to monitor the folder file modifications. Added file, removed file. add dir, removed dir.
With that information (chokidarjs will give this), store on sqlite3,
If the file has been modified, or has been deleted, after inserting on sqlite3, that has to trigger a rest request for upload/delete the files in the server using axios lib.

Here is a step-by-step logic to help you understand.
User installs the program. generate sqlite database and download existing pictures from the server (downloads in parallel using axios lib with a configurable parameter of concurrent downloads.). So the program knows that it is being executed for the first time and pre-download all existing content and stores inside sqlite3 the info.
-- User adds a new photo - chokidar will fire an event. store this info on the sqlite, then start uploading with axios. At the end of the upload, update sqlite database, with this info.
--User adds a folder - chokidar will fire this event. process folder and adds all files and relative path to the sqlite. start uploading files using axios. The start of the upload, is not at the end of the processing, use events of sqlite3 or monitor using worker-threads to scan the database and start uploading in parallel. After downloading, it stores info inside sqlite3.
-- user deletes a file - based on name and path, send only one request to delete the relative path folder on the server.
-- user deletes a folder - based on the folder name/path, delete on sqlite3, then send only one request to delete the relative path folder on the server. When deleting folders, there is no need to process internal content.

Freelancers interessados

    {{ item.displayName }} {{ item.displayName }}

    {{ item.displayDisciplines }}

    • {{ item.hourlyRate || '-' }} por hora
    • {{ item.cityName }}
      {{ item.stateName }}, {{ item.countryName }}
    • {{ item.nrSharedConnections }} conexões compartilhadas

Nenhum freelancer interessado ainda

Operação falhou!
Por favor, tente novamente mais tarde. Se o problema persistir entre em contato com o suporte.