{"id":15152875,"url":"https://github.com/ipfs/go-mfs","last_synced_at":"2025-09-30T01:31:22.533Z","repository":{"id":33258782,"uuid":"145411075","full_name":"ipfs/go-mfs","owner":"ipfs","description":"An in memory model of a mutable IPFS filesystem","archived":true,"fork":false,"pushed_at":"2023-06-26T14:03:05.000Z","size":387,"stargazers_count":46,"open_issues_count":0,"forks_count":26,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-09-13T17:14:35.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipfs.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-20T11:52:10.000Z","updated_at":"2023-10-11T23:25:31.000Z","dependencies_parsed_at":"2024-06-18T13:48:36.076Z","dependency_job_id":"71ab08c7-2c23-4c57-97c3-3aee5e4767ff","html_url":"https://github.com/ipfs/go-mfs","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs%2Fgo-mfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs%2Fgo-mfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs%2Fgo-mfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs%2Fgo-mfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipfs","download_url":"https://codeload.github.com/ipfs/go-mfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219560394,"owners_count":16507282,"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","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-09-26T16:40:55.648Z","updated_at":"2025-09-30T01:31:22.204Z","avatar_url":"https://github.com/ipfs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-mfs\n\n\u003e go-mfs implements an in-memory model of a mutable IPFS filesystem.\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)\n[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n[![GoDoc](https://godoc.org/github.com/ipfs/go-mfs?status.svg)](https://godoc.org/github.com/ipfs/go-mfs)\n[![Build Status](https://travis-ci.com/ipfs/go-mfs.svg?branch=master)](https://travis-ci.com/ipfs/go-mfs)\n\n\n## ❗ This repo is no longer maintained.\n👉 We highly recommend switching to the maintained version at https://github.com/ipfs/boxo/tree/main/mfs.\n🏎️ Good news!  There is [tooling and documentation](https://github.com/ipfs/boxo#migrating-to-boxo) to expedite a switch in your repo. \n\n⚠️ If you continue using this repo, please note that security fixes will not be provided (unless someone steps in to maintain it).\n\n📚 Learn more, including how to take the maintainership mantle or ask questions, [here](https://github.com/ipfs/boxo/wiki/Copied-or-Migrated-Repos-FAQ).\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [License](#license)\n\n## Install\n\n`go-mfs` works like a regular Go module:\n\n```\n\u003e go get github.com/ipfs/go-mfs\n```\n\nIt uses [Gx](https://github.com/whyrusleeping/gx) to manage dependencies. You can use `make all` to build it with the `gx` dependencies.\n\n## Usage\n\n```\nimport \"github.com/ipfs/go-mfs\"\n```\n\nCheck the [GoDoc documentation](https://godoc.org/github.com/ipfs/go-mfs)\n\n## Documentation\n\nDocumentation around the MFS and the Files API in general around IPFS is a work in progress the following links may be of use:\n\n* [UnixFS](https://docs.ipfs.io/guides/concepts/unixfs/)\n* [MFS](https://docs.ipfs.io/guides/concepts/mfs/)\n* [General concept document about how are files handled in IPFS (WIP)](https://github.com/ipfs/docs/issues/133)\n\n## Repository Structure\nThis repository contains many files, all belonging to the root `mfs` package.\n\n* `file.go`: MFS `File`.\n* `dir.go`: MFS `Directory`.\n* `fd.go`: `FileDescriptor` used to operate on `File`s.\n* `ops.go`: Functions that do not belong to either `File` nor `Directory` (although they mostly operate on them) that contain common operations to the MFS, e.g., find, move, add a file, make a directory.\n* `root.go`: MFS `Root` (a `Directory` with republishing support).\n* `repub.go`: `Republisher`.\n* `mfs_test.go`: General tests (needs a [revision](https://github.com/ipfs/go-mfs/issues/9)).\n* `repub_test.go`: Republisher-specific tests (contains only the `TestRepublisher` function).\n\n## License\n\nMIT © Protocol Labs, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfs%2Fgo-mfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipfs%2Fgo-mfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfs%2Fgo-mfs/lists"}