CloudStore
{{Short description|Distributed file system}}
{{hatnote|This is an article about an implementation of the Google File System, for the former UK Government G-Cloud services store see UK Government G-Cloud.}}
CloudStore (KFS, previously Kosmosfs) was Kosmix's C++ implementation of the Google File System. It parallels the Hadoop project, which is implemented in the Java programming language. CloudStore supports incremental scalability, replication, checksumming for data integrity, client side fail-over and access from C++, Java and Python. There is a FUSE module so that the file system can be mounted on Linux.
In September 2007, Kosmix published Kosmosfs as open source.{{Cite web |title= Kosmix releases Google GFS workalike 'KFS' as open source |work= Skrentablog |url= http://www.skrenta.com/2007/09/kosmix_releases_google_gfs_wor.html |date= September 27, 2007 |url-status=live |archivedate= October 11, 2007 |archiveurl= https://web.archive.org/web/20071011021009/http://www.skrenta.com/2007/09/kosmix_releases_google_gfs_wor.html |accessdate= June 25, 2013 }} The last commit activity was in 2010. The Google Code page for Kosmosfs now points to the Quantcast File System on GitHub which is the successor to KFS.{{Cite web |title= Kosmos distributed file system |work= Google Code web site |url= http://code.google.com/p/kosmosfs/ |accessdate= June 25, 2013 }} A former project on SourceForge used the name CloudStore in 2008.{{Cite web |title= Sponsors |url= http://kosmosfs.sourceforge.net/sponsors.html |url-status=live |archiveurl= https://web.archive.org/web/20080906114243/http://kosmosfs.sourceforge.net/sponsors.html |archivedate= September 6, 2008 |accessdate= June 25, 2013 }}
See also
{{Portal|Free and open-source software}}
References
{{reflist}}
{{storage-software-stub}}
Category:Free software programmed in C++