{"id":42148158,"url":"https://github.com/peter-mount/filesystem","last_synced_at":"2026-01-26T18:01:07.194Z","repository":{"id":50055769,"uuid":"51952300","full_name":"peter-mount/filesystem","owner":"peter-mount","description":"A suite of Java NIO FileSystem implementations","archived":false,"fork":false,"pushed_at":"2022-12-06T07:34:14.000Z","size":208,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-06T21:38:19.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peter-mount.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-17T20:17:16.000Z","updated_at":"2022-07-15T21:07:52.000Z","dependencies_parsed_at":"2023-01-24T01:30:15.881Z","dependency_job_id":null,"html_url":"https://github.com/peter-mount/filesystem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peter-mount/filesystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mount%2Ffilesystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mount%2Ffilesystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mount%2Ffilesystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mount%2Ffilesystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-mount","download_url":"https://codeload.github.com/peter-mount/filesystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mount%2Ffilesystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28784093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-26T18:00:30.556Z","updated_at":"2026-01-26T18:01:07.185Z","avatar_url":"https://github.com/peter-mount.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filesystem\nA suite of Java NIO FileSystem implementations\n\nThe currently supported file systems are:\n* local - A local directory exposed as a FileSystem\n* cache - an extension of local suitable for caching files.\n\nFor each FileSystem you can define:\n* Where the filesystem is installed using the \"baseDirectory\" environment property. If this is not defined then it will place the filesystem under the users home directory (~/.area51/scheme/name where scheme is the filesystem scheme and name is it's name).\n* If the \"deleteOnExit\" environment property exists then the filesystem will be deleted when it's closed or when the Java VM shuts down.\n\n# local\n\nThe local FileSystem simply exposes a local directory as a FileSystem. This is useful if you want to keep an application from accessing files outside of that directory.\n\n# cache\n\nAn alternative is cache which will store files within the directory in a more optimised manner to improve performance and disk usage.\n\nThis FileSystem accepts a \"fileSystemType\" environment property which defines the layout of the cache.\n* cache - the default, the local filenames are based on the md5 of the filename\n* flat - emulates the local FileSystem\n* mediawiki - emulates how MediaWiki stores images\n* opendata - emulates how the OpenData CMS stores it's pages\n\nHow entries are expired in caches are also configurable:\n* maxAge defines the max age in milliseconds that a file in the cache can exist before it's expired. If this is 0 (default) then there is no expiry.\n* scanDelay defines the period between expiry checks. If not present it defaults to maxAge. If maxAge is 0 then this has no effect.\n* expireOnStartup will run an expiry on the cache immediately the filesystem is opened. If maxAge is 0 then this has no effect.\n* clearOnStartup will clear the cache of all files when the filesystem is opened.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-mount%2Ffilesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-mount%2Ffilesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-mount%2Ffilesystem/lists"}