Hello I’m working for real-time data acquisition system using IPFS and IPFS cluster.
I use raspberry pi to record and upload by IPFS in private swarm. And then I get CID from there.
But I wonder that if I use IPFS-cluster like server(like AWS EC2), how can I upload the file??
Also the IPFS-cluster is in IPFS swarm and I have two nodes(PC and macbook pro)
I think I have to run the below code in IPFS cluster
ipfs get CID # get file by IPFS
ipfs-cluster-ctl pin add CID # store with cluster peers
But this way, it takes a lots of time and I think there is another way to do it.
So Is there any idea of it or anything I know wrong, please let me know.
I appreciate your help! Thanks!!