{"id":17323067,"url":"https://github.com/danieleds/gfs","last_synced_at":"2025-09-04T18:04:30.136Z","repository":{"id":138467924,"uuid":"200814672","full_name":"danieleds/GFS","owner":"danieleds","description":"GFS: a Graph-based File System Enhanced with Semantic Features","archived":false,"fork":false,"pushed_at":"2021-05-27T16:50:51.000Z","size":150,"stargazers_count":25,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-04T18:03:19.310Z","etag":null,"topics":["filesystem","fuse","fusepy","semantic-filesystem"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danieleds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-06T08:58:20.000Z","updated_at":"2025-05-28T16:16:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b2c0a50-ce3c-4b68-8052-6e995a899740","html_url":"https://github.com/danieleds/GFS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danieleds/GFS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieleds%2FGFS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieleds%2FGFS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieleds%2FGFS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieleds%2FGFS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieleds","download_url":"https://codeload.github.com/danieleds/GFS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieleds%2FGFS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273649440,"owners_count":25143634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filesystem","fuse","fusepy","semantic-filesystem"],"created_at":"2024-10-15T13:45:13.151Z","updated_at":"2025-09-04T18:04:30.069Z","avatar_url":"https://github.com/danieleds.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains the code for the following paper:\n\n[\"GFS: A graph-based file system enhanced with semantic features.\"](https://www-old.iit.cnr.it/sites/default/files/gfs.pdf),  \nD. Di Sarli, F. Geraci,  \nProceedings of the 2017 International Conference on Information System and Data Mining.\n\n## What is this\n\nOrganizing documents in the file system is one of the most tedious and thorny tasks for most computer users. Taxonomies based on hand made directory hierarchies still remain the only possible alternative for most small and medium enterprises, public administrations and individual users. However, both the limitations of the hierarchical organization of filesystems and the difficulty of maintaining the coherence within the taxonomy have raised the need for more scalable and effective approaches.\n\nDesktop searching applications provide proprietary interfaces that enable content-based searching at the cost of having no control on the indexing and ranking of results. Semantic file systems, instead, leave users the freedom to manage the taxonomy according to their specific needs, but lose the standard file system features.\n\nGFS (graph-based file system) is a new hybrid file system that extends the standard hierarchical organization of files with semantic features. GFS allows the user to nest semantic spaces inside the directory hierarchy leaving unaltered system folders. Semantic spaces allow customized file tagging and leverage on browsing to guide file searching.\n\nSince GFS does not change the low-level interface to interact with file systems, users can continue to use their favorite file managers to interact with it. Moreover, no changes are required to integrate the semantic features in proprietary software.\n\n\u003cimg src=\"figure.png\" width=\"262\"\u003e\u003c/img\u003e  \nA sample tree view of a semantic home directory that mixes standard directories with semantic spaces for music and working documents.\n\n## Running\n\n    pip3 install fusepy\n    pip3 install intervaltree\n\n\n    python3 -m semanticfs.fs /tmp/ds /tmp/fs\n\nTo launch tests:\n\n    python3 -m unittest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieleds%2Fgfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieleds%2Fgfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieleds%2Fgfs/lists"}