{"id":20358188,"url":"https://github.com/irods/irods_filesystem","last_synced_at":"2026-05-28T13:04:27.482Z","repository":{"id":66171958,"uuid":"155074534","full_name":"irods/irods_filesystem","owner":"irods","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-31T01:58:26.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-04T17:50:48.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/irods.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":"2018-10-28T13:33:25.000Z","updated_at":"2022-02-25T08:08:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab837d49-4871-47a5-b5c5-9e98184a83b3","html_url":"https://github.com/irods/irods_filesystem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irods/irods_filesystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irods%2Firods_filesystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irods%2Firods_filesystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irods%2Firods_filesystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irods%2Firods_filesystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irods","download_url":"https://codeload.github.com/irods/irods_filesystem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irods%2Firods_filesystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33609253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2024-11-14T23:25:45.722Z","updated_at":"2026-05-28T13:04:27.465Z","avatar_url":"https://github.com/irods.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iRODS Filesystem\nAn experimental implementation of the C++17 Filesystem library for iRODS.\n\nIt can be used on both the client and server side.\n\nThis library does not support relative paths when interacting with iRODS objects. All paths must be absolute before any interaction with iRODS objects.\n\n**This library is a work in progress and has NOT been fully tested!**\n\n## Requirements\n- iRODS v4.3.0 or greater\n- irods-dev package\n- irods-runtime package\n- irods-externals-boost package\n- irods-externals-catch2 package\n\n## Building the Library\nTo build, just follow the normal steps for building any simple CMake-based project.\n```bash\nmkdir _build \u0026\u0026 cd _build\ncmake -GNinja /path/to/irods_filesystem\nninja package\n```\n\nOnce built, you should have a new package (deb or rpm depending on your OS). Once installed, you'll have access to new header files and two shared libraries.\n- `libirods_filesystem_client.so` (For client-side code)\n- `libirods_filesystem_server.so` (For server-side code)\n\nIf your code requires the server-side lib, make sure to define one of the following macros. At least one of these macros must be defined in order to enable the server-side API. The following macros achieve the same result in regards to this library but, they could affect code outside of this library differently.\n- RODS_SERVER\n- RODS_CLERVER\n\n## TODOs\n- Finish designing and implementing unit tests.\n- Implement remaining filesystem functions.\n  + resize_data_object\n  + relative (and siblings; e.g. proximate, canonical)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firods%2Firods_filesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firods%2Firods_filesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firods%2Firods_filesystem/lists"}