Allow to add range from file.
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
### Checklist
- [X] My issue is specific & actionable.
- [X] I am not suggesting a protocol enhancement.
- [X] I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
### Description
Google translate
The ability to add a file with the range is important for NOCOPY mode. Thanks to such a possibility, you can write a simple script that will correctly separate the file in accordance with its format.
As an example, I want to add a multistream Wikipedia dump. It consists of more than 45,000 bz2 archives. Together they store a large XML file in which all Wikipedia articles are located. In each piece, at the same time there are several articles entirely, they are useful and separate from the entire archive.
Original Russian:
Возможность добавлять файл диапазонами важна для режима nocopy. Благодаря такой возможности можно будет написать простой скрипт который правильно разделит файл в соответсвии с его форматом.
Как пример я хочу добавить мультипоточный дамп википедии. Он состоит из более чем 45000 склеянных bz2 архивов. Вместе они хранят большой xml файл в котором находится все статьи википедии. В каждом кусочке в то же время находится несколько статей целиком то есть они полезны и отдельно от всего архива.
Contributor guide
Assessment
This issue has not been assessed yet.