Difference between revisions of "Zfec"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Zfec |Short description=an "erasure code", or "forward error correction code". |Full description=The most widely known example of an erasure code is the RAID-5 algo...")
 
(Added Python link)
 
(4 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
|Short description=an "erasure code", or "forward error correction code".
 
|Short description=an "erasure code", or "forward error correction code".
 
|Full description=The most widely known example of an erasure code is the RAID-5 algorithm which makes it so that in the event of the loss of any one hard drive, the stored data can be completely recovered. The algorithm in the zfec package has a similar effect, but instead of recovering from the loss of only a single element, it can be parameterized to choose in advance the number of elements whose loss it can tolerate. This package is largely based on the old "fec" library by Luigi Rizzo et al., which is a mature and optimized implementation of erasure coding. The zfec package makes several changes from the original "fec" package, including addition of the Python API, refactoring of the C API to support zero-copy operation, a few clean-ups and optimizations of the core code itself, and the addition of a command-line tool named "zfec".
 
|Full description=The most widely known example of an erasure code is the RAID-5 algorithm which makes it so that in the event of the loss of any one hard drive, the stored data can be completely recovered. The algorithm in the zfec package has a similar effect, but instead of recovering from the loss of only a single element, it can be parameterized to choose in advance the number of elements whose loss it can tolerate. This package is largely based on the old "fec" library by Luigi Rizzo et al., which is a mature and optimized implementation of erasure coding. The zfec package makes several changes from the original "fec" package, including addition of the Python API, refactoring of the C API to support zero-copy operation, a few clean-ups and optimizations of the core code itself, and the addition of a command-line tool named "zfec".
 +
|Homepage URL=http://allmydata.org/trac/zfec
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
+
|Is High Priority Project=No
|Component programs=
 
|Homepage URL=http://allmydata.org/trac/zfec
 
 
|VCS checkout command=darcs get --partial http://allmydata.org/source/zfec/trunk
 
|VCS checkout command=darcs get --partial http://allmydata.org/source/zfec/trunk
 
|Computer languages=C,Python
 
|Computer languages=C,Python
|Documentation note=http://allmydata.org/trac/zfec/browser/zfec/README.txt
+
|Documentation note=https://tahoe-lafs.org/trac/zfec/browser/trunk/README.rst
|Paid support=
+
|Decommissioned/Obsolete=No
|IRC help=
+
|Accepts cryptocurrency donations=No
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=backup,system administration,archive,backup archive,erasure code,RAID-5
 
|Keywords=backup,system administration,archive,backup archive,erasure code,RAID-5
|Is GNU=n
 
|Last review by=Kelly Hopkins
 
|Last review date=2009-06-08
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=1.4.4
 
|Version identifier=1.4.4
 
|Version date=2009-01-05
 
|Version date=2009-01-05
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://pypi.python.org/packages/source/z/zfec/zfec-1.4.4.tar.gz#md5=c7c5d5c1dd634a054bcd36fd01617fe6
 
|Version download=http://pypi.python.org/packages/source/z/zfec/zfec-1.4.4.tar.gz#md5=c7c5d5c1dd634a054bcd36fd01617fe6
 +
|Test entry=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/18
 +
|Submitted date=2011-04-01
 +
|Is GNU=No
 +
|License verified date=2009-06-08
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-06-08
 +
}}
 +
{{Project license
 +
|License=BSD_2Clause
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-06-08
 
|License verified date=2009-06-08
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Zooko O'Whielacronx
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Zooko O'Whielacronx
 
 
|Email=zooko@zooko.com
 
|Email=zooko@zooko.com
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=Python (Ref)
|Resource kind=Homepage
+
|Resource URL=https://pypi.org/project/zfec
|Resource URL=http://pypi.python.org/pypi/zfec/1.4.4
+
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/zfec
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 49: Line 56:
 
|Use=system-administration
 
|Use=system-administration
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-06-08
 
}}
 
{{Project license
 
|License=BSD_2Clause
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-06-08
 
}}
 

Latest revision as of 05:31, 18 April 2018


[edit]

Zfec

http://allmydata.org/trac/zfec
an "erasure code", or "forward error correction code".

The most widely known example of an erasure code is the RAID-5 algorithm which makes it so that in the event of the loss of any one hard drive, the stored data can be completely recovered. The algorithm in the zfec package has a similar effect, but instead of recovering from the loss of only a single element, it can be parameterized to choose in advance the number of elements whose loss it can tolerate. This package is largely based on the old "fec" library by Luigi Rizzo et al., which is a mature and optimized implementation of erasure coding. The zfec package makes several changes from the original "fec" package, including addition of the Python API, refactoring of the C API to support zero-copy operation, a few clean-ups and optimizations of the core code itself, and the addition of a command-line tool named "zfec".





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

8 June 2009

Verified by

Kelly Hopkins

Verified on

8 June 2009




Leaders and contributors

Contact(s)Role
Zooko O'Whielacronx Maintainer


Resources and communication

AudienceResource typeURI
Python (Ref)https://pypi.org/project/zfec
Debian (Ref)https://tracker.debian.org/pkg/zfec
DeveloperMailing List Subscribehttp://allmydata.org/cgi-bin/mailman/listinfo/zfec-dev


Software prerequisites




Entry













"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.










Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.