medialab / hyphe

Websites crawler with built-in exploration and control web interface
http://hyphe.medialab.sciences-po.fr/demo/
GNU Affero General Public License v3.0
326 stars 59 forks source link

Add ability to remove a web entity #472

Closed slauriere closed 1 year ago

slauriere commented 1 year ago

That'd be great to add the ability to remove a web entity (unless already available, but could not find it). Use case: it was added by mistake or it proves to be less interesting than hoped for once crawled.

Yomguithereal commented 1 year ago

Setting it as OUT does what you want, no? It won't drop its data from the database, of course, but it can be valuable to keep it sometimes. Or do you want to drop it for performance/storage reasons here?

slauriere commented 1 year ago

Thanks, works perfectly indeed 🙂. I thought at first sight that IN and OUT were more for incoming / outgoing edges but it makes sense like this and no need to drop the entity entirely in my case.