Difference between revisions of "2017 Winter Project Week/IPFS NoSQL Combination"
From NAMIC Wiki
Hans.meine (talk | contribs) (add Satra) |
|||
Line 39: | Line 39: | ||
** Answer: Yes, there's a <code>--chunker</code> argument to <code>ipfs add</code> which [https://github.com/ipfs/faq/issues/214 defines the chunking algorithm]. Apparently, the rabin chunker should already perform well, without any particular knowledge about the file formats, but it does not seem to be the default algorithm. (Valid arguments include: 'rabin' 'rabin-[avg]' or 'rabin-[min]-[avg]-[max]' with integer parameters.) | ** Answer: Yes, there's a <code>--chunker</code> argument to <code>ipfs add</code> which [https://github.com/ipfs/faq/issues/214 defines the chunking algorithm]. Apparently, the rabin chunker should already perform well, without any particular knowledge about the file formats, but it does not seem to be the default algorithm. (Valid arguments include: 'rabin' 'rabin-[avg]' or 'rabin-[min]-[avg]-[max]' with integer parameters.) | ||
|} | |} | ||
+ | ** Also pay attention to development of IPLD (for example: [https://github.com/ipld/specs/tree/master/ipld#format-definition]) | ||
==Background and References== | ==Background and References== |
Revision as of 14:55, 13 January 2017
Home < 2017 Winter Project Week < IPFS NoSQL CombinationKey Investigators
- Hans Meine (University of Bremen, Fraunhofer MEVIS = FME)
- Steve Pieper (Isomics)
- Satra Ghosh
Project Description
Objective | Approach and Plan | Progress and Next Steps |
---|---|---|
|
|
|
- Also pay attention to development of IPLD (for example: [1])
Background and References
- IPFS homepage https://ipfs.io
- "Private Networks - First Implementation" issue: https://github.com/ipfs/go-ipfs/issues/3313
- Chronicle: https://github.com/pieper/Chronicle
- Also reconsider if BitTorrent or similar technologies can help here
- PIP package:
pip install ipfsapi