Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.34 KB

README.md

File metadata and controls

44 lines (33 loc) · 2.34 KB

TagIt

TagIt is a file system metadata indexing framework that is integrated into the file system itself. Being integrated into the file system, i.e., instead of staying outside of the file system, allows to provide useful data management services in addition to the performance benefits. The idea is presented in the following papers:

Implementation

TagIt has been implemented using the translator framework of GlusterFS. TagIt appends two additional translators, one in the client-side and the other in the server-side. Also, TagIt adds some more entries into the meta translator.

A quick code diff is available here.

Orignal README from GlusterFS

For information about contributing to GlusterFS, please follow the below link : Contributing to GlusterFS community

GlusterFS does not follow the GitHub: Fork & pull workflow but use Gerrit for code review.

The development guidelines are detailed in Development Workflow.

For more info, please visit http://www.gluster.org/.