ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
15.84k stars 2.97k forks source link

URL store #4896

Closed Stebalien closed 5 years ago

Stebalien commented 6 years ago

This is an experimental URL store feature that needs some discussion/design work before we even consider merging it. I'm opening this PR at @diasdavid's request so we don't lose track of it.

daviddias commented 5 years ago

0.4.16 has been released \o/

whyrusleeping commented 5 years ago

choo choo!

kyledrake commented 5 years ago

My personal thanks to everyone that worked on this.

On Fri, Jul 13, 2018, 5:09 PM Whyrusleeping notifications@github.com wrote:

Merged #4896 https://github.com/ipfs/go-ipfs/pull/4896.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ipfs/go-ipfs/pull/4896#event-1732810237, or mute the thread https://github.com/notifications/unsubscribe-auth/AABt-QlHaD2plUnWDhhHcztdogH2mDuKks5uGLgegaJpZM4TA0Zp .

parkan commented 5 years ago

beautiful

whyrusleeping commented 5 years ago

I think the next steps here will be to add some sort of cache in front of the urlstore, maybe even disk backed. But before we do that, we should probably add metrics of some sort to get an idea of how well it performs.