Hi, I host a small startup search engine and am interested to integrate as a test with IPFS.
How can it work with a search engine? Currently I am hosting on AWS. Would my hosting remain there and traffic pass through on IPFS, and if so what would be stored on IPFS? Or would I be migrating to IPFS?
A few notes about content: IPFS is currently best for static content, and this guide assumes that all of the files for your website are static. Also, all links within your files should be relative links – this allows your website to be served in all the ways that IPFS supports.
so in search engine terms our cache could temporarily be stored and user info, but the index couldn’t be stored there as it’s a temporary storage solution?, could it be “pinned”?
I’m trying to setup and connect a test website. On step 3 it asks me to provide a hash. As I understood it the gateway was a transport layer not storing content, though it can? How do I generate this hash if my content is not being store don IPFS? Will my content still be found on http server?
Add a TXT record with the name _dnslink.your.website and value dnslink=/ipfs/<your_ipfs_hash_here>
thanks you but to connect my site step 3 says I have to create a text record like this: name _dnslink.your.website and value dnslink=/ipfs/<your_ipfs_hash_here>
but I don’t understand how my site can get an ipfs hash if its not hosted on ipfs