ipfs-search / ipfs-search-api

Microservice for searching the ipfs-search.com Elasticsearch index.
GNU Affero General Public License v3.0
14 stars 8 forks source link

Add hashes through Pinning Service #12

Open notramo opened 3 years ago

notramo commented 3 years ago

There should be a way to submit content hashes for indexing.

ivan386 commented 3 years ago

What if each node will index it content and publish result of it?

dokterbob commented 3 years ago

What if each node will index it content and publish result of it?

That would make it very easy for nodes to publish false indexed content in order to end up higher in the search results. Decentralised indexing is a really really hard problem. Not in our scope, for now.

dokterbob commented 3 years ago

PR's welcome in this one. Please make a proposal before implementing though! Security is a strong consideration here.

dokterbob commented 3 years ago

We would like this API to adhere to the IPFS pinning service API, so any added resources will be automatically added. https://ipfs.github.io/pinning-services-api-spec/

There is likely budget available to support this, if you are able and willing to implement it please contact us and we can discuss details.

realanamulhaque commented 2 years ago

Hi, I want this feature too, I think it's a necessary tool for a ipfs search engine and it'll help grow ipfs-search.com