Code Monkey home page Code Monkey logo

Comments (9)

odeke-em avatar odeke-em commented on July 30, 2024

That's going to take a while until I incorporate change tracking [which I already started working on https://github.com/odeke-em/drive/tree/change-tracking]. This is because Google Drive doesn't directly expose the ability to check the integrity of chunks but there is away around this by tracking changes. Please be patient, or if you have any suggestions feel free to provide them.

from drive.

l3iggs avatar l3iggs commented on July 30, 2024

After doing a bit of reading, it looks like Google Drive doesn't support they type of delta sync I'm asking about here. Pity.

It seems like this is a feature request for Google rather than for this project at this point. I'm going to close it.

My gut tells me that effort to implement this feature in drive without proper API support from Google will be too much of a hack and is likely wasted effort :-(

from drive.

odeke-em avatar odeke-em commented on July 30, 2024

Yes in deed it is a very tricky feature since as previously mentioned Google Drive doesn't support it, yet.

from drive.

kcwu avatar kcwu commented on July 30, 2024

FYI, http://librsync.sourcefrog.net/doc/rdiff.html

from drive.

odeke-em avatar odeke-em commented on July 30, 2024

That is pretty cool, you deserve a cookie @kcwu! Surely something to take a look at.

from drive.

kcwu avatar kcwu commented on July 30, 2024

We cannot use it directly since we cannot control server side. I guess some ideas still could be reused.

from drive.

odeke-em avatar odeke-em commented on July 30, 2024

Oh yes the ideas from this are useful. Since we are already talking about ideas: my ideas for solving this would involve constructing merkle trees or tiger hash trees and then comparing these from past revisions and figuring out what chunks changed. I already have POCs for this scheme. This way parallel and fast comparison can be done. However I have a way simpler idea but it will require Google Drive support for which I have to go through discussions and proposals that might not be accepted but we shall see.

from drive.

greyltc avatar greyltc commented on July 30, 2024

Delta sync would be a really great feature. @odeke-em has there been any progress on this?

from drive.

odeke-em avatar odeke-em commented on July 30, 2024

@greyltc nope, no progress unfortunately has been made on my part here.

from drive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.