ipfs/kubo

separate ipfs mount into its own separate binary

Open

#2,148 opened on Jan 2, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (2,725 forks)batch import
exp/experthelp wanted

Repository metrics

Stars
 (13,906 stars)
PR merge metrics
 (Avg merge 4d 2h) (28 merged PRs in 30d)

Description

It might be nice to have ipfs-mount be a separate binary called through the same mechanism as ipfs update. I don't think we will hit any performance issues with all I/O being done through http rpc, but it might be worth the effort to separate out that code from the rest of the daemon.

Contributor guide