Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

A python module for mounting archives or remote shares as virtual filesystem mounpoints internal to an application. Supports raw filesystem mountspoints, and zip archives, at the moment. Immediate plans include bz2/gzip and google docs support.

0
 
  0 reviews  |  1 user  |  541 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

PerFS is a distributed filesystem using p2p technologies for setting up a personal file store without servers. Each client sets up a local disk space of anything between 100 MB and 1 TB, and joins the personal cluster created by the user by using a simple key. No entering of IP addresses or editing of config files are required.

0
 
  0 reviews  |  0 users  |  10,995 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Most file systems organize files in a directory hierarchy. A file is stored in a particular directory. When it is needed to store a file, a decision has to be made about the most suitable directory for the file. This can be tough. IMO, when presented with data, a human being generally associates ... [More] a set of attributes to data rather than looking at various attributes and selecting the best fit. i.e. On seeing a Lion, a human brain would attach attributes like ferocious, wild, huge, carnivorous, etc. It would be tough, if ten different attributes are given and the one most fitting attribute needs to be assigned. View User Guide Similiarly, on observing some file, attributes like, music, favorite, needs_backup, work, picture etc could spring up in mind. But while storing the file it can only be stored in a single directory. Some workaround would be done like storing a favourite picture in directory 'pics/favorite'. The problem here is the hierarchy between 'pics' and 'favorite' is unchangable. Browsing through all favorites from 'music', 'pics', 'poems' etc is quite cumbersome. Tagging is a more intutive way of organizing data. All the attributes of a file can be stored as tags to the file. Browsing through files by the tags associated with them is easy. The problem is that traditional file systems do not support a tagging structure. This project aims at making the benefits of tagging available through a traditional filesystem framework like VFS. The aims of this project are as follows: Integrate tagging with traditional filesystem (VFS) The directory hierarchies should be dynamically generated depending on the users browsing pattern The filesystem would be implemented using FUSE and fuse-python bindings. The packages are available for download from the download link. Please send your feedbacks / comments to mayuresh (at) gmail.com. Design discussion and User Guide [Less]

0
 
  0 reviews  |  0 users  |  1,138 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.