IPFS newbie here. I’ve searched the git documentation, etc., but need some pointers.
Is there an IPFS API that supports stream writes to IPFS? I know that a whole file can be added through the IPFS API, but I have a need to open an IPFS file and write blocks of data as they become available. This is pretty easy to do in most high level languages, but I don’t see how to do this for IPFS files. Any help and pointers would be appreciated!