Description:
Build a backend service to pin and cache IPFS metadata locally so the API can serve project details if IPFS gateways are slow.
Requirements and context:
Performance optimization for project loading times.
Suggested execution:
Implement a cron job that triggers on new project creation, fetching and storing the JSON to S3/DB.
Guidelines:
Ensure cache invalidation works if the creator updates the CID.
Description:
Build a backend service to pin and cache IPFS metadata locally so the API can serve project details if IPFS gateways are slow.
Requirements and context:
Performance optimization for project loading times.
Suggested execution:
Implement a cron job that triggers on new project creation, fetching and storing the JSON to S3/DB.
Guidelines:
Ensure cache invalidation works if the creator updates the CID.