Building Version Control System Over IPFS

Hey everyone!

I’ve been working on building a simple version control system for IPFS files.

While exploring IPLD, I came across the 1MB limit for objects.

Considering this, I’m curious about any effective approaches to implement version control for larger files within the IPFS ecosystem.

Any insights or strategies you could share would be greatly appreciated:)

Thank you

Here you can use unixfs which builds a merkle tree.
It split the file in multiple chunks and then create a tree of nodes which links them together.