Skip to content
Deeksha Thakur edited this page Aug 28, 2018 · 2 revisions

Welcome to the TagBasedFileSystem wiki!

This is a browser based file system that uses TAGS to identify files.

Tag Based File Systems(TBFS) have clear advantages over Directory Based file system(DBFS) as:

  1. TBFS : Single file can be a part of multiple tags, DBFS : either file will need to be copied to multiple locations, or softlinks to make it a part of multiple directories
  2. TBFS Can be searched using any relevant tag, a DBFS : You would need to know the whole path to find a file

Clone this wiki locally