{"id":15646388,"url":"https://github.com/bbengfort/memfs","last_synced_at":"2025-04-30T12:21:22.866Z","repository":{"id":69222746,"uuid":"79745004","full_name":"bbengfort/memfs","owner":"bbengfort","description":"In memory file system that implements as many FUSE interfaces as possible.","archived":false,"fork":false,"pushed_at":"2017-01-26T21:12:50.000Z","size":887,"stargazers_count":49,"open_issues_count":0,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T07:45:14.694Z","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/bbengfort.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-01-22T20:53:40.000Z","updated_at":"2024-12-06T20:04:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"58758489-058b-4852-802d-4fdf7f6163ea","html_url":"https://github.com/bbengfort/memfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Fmemfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Fmemfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Fmemfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Fmemfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbengfort","download_url":"https://codeload.github.com/bbengfort/memfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242650897,"owners_count":20163610,"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-10-03T12:12:39.106Z","updated_at":"2025-03-09T05:30:39.005Z","avatar_url":"https://github.com/bbengfort.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MemFS\n\n[![Build Status](https://travis-ci.org/bbengfort/memfs.svg?branch=master)](https://travis-ci.org/bbengfort/memfs)\n[![Coverage Status](https://coveralls.io/repos/github/bbengfort/memfs/badge.svg?branch=master)](https://coveralls.io/github/bbengfort/memfs?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/bbengfort/memfs)](https://goreportcard.com/report/github.com/bbengfort/memfs)\n[![GoDoc](https://godoc.org/github.com/bbengfort/memfs?status.svg)](https://godoc.org/github.com/bbengfort/memfs)\n\n**In memory file system that implements as many FUSE interfaces as possible.**\n\nFor more information see the [godoc documentation](https://godoc.org/github.com/bbengfort/memfs).\n\n## Getting Started\n\nClone or download the repository into your Go path or use go get as follows:\n\n```\n$ go get github.com/bbengfort/memfs\n```\n\nChange your working directory to repository. Build and install the MemFS command line tool and add to your `$PATH`:\n\n```\n$ go install cmd/memfs.go\n```\n\nYou should now be able to run the `memfs` command. To see the various command line options:\n\n```\n$ memfs --help\n```\n\nFinally to mount the MemFS in a directory called `data` in your home directory, with the reasonable defaults from the command line configuration:\n\n```\n$ memfs ~/data\n```\n\nThe FileSystem should start running in the foreground with info log statements, and the mount point should appear in your OS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbengfort%2Fmemfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbengfort%2Fmemfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbengfort%2Fmemfs/lists"}