gochain / gofs

GoFS - GoChain FileSystem tools and documentation.
https://gofs.io
11 stars 3 forks source link

Big performance upgrade for GOFS users #10

Open treeder opened 5 years ago

treeder commented 5 years ago

If a user posts a file to gofs, then uses our http gateway, we can respond immediately. Unlike other gateways that are super slow... we could do this by looking at the CID in our database and returning the data immediately, skipping IPFS completely.

The gateway could only work for files we have and are paid for though perhaps.