https://github.com/samthor/fusebase
🛠️ FUSE filesystem backed on the 🔥 Firebase Database
https://github.com/samthor/fusebase
firebase fuse
Last synced: 3 months ago
JSON representation
🛠️ FUSE filesystem backed on the 🔥 Firebase Database
- Host: GitHub
- URL: https://github.com/samthor/fusebase
- Owner: samthor
- License: apache-2.0
- Created: 2016-08-14T01:18:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T14:32:04.000Z (about 9 years ago)
- Last Synced: 2025-05-31T00:49:07.115Z (about 1 year ago)
- Topics: firebase, fuse
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quick run instructions-
```bash
$ go get -u github.com/samthor/fusebase
$ cd ~/path/to/goroot/github.com/samthor/fusebase
$ go run fs.go --firebase=name-of-firebase --key=legacy-database-key --mount=/mnt/fusebase
```
Uses [bazil/fuse](https://github.com/bazil/fuse) (although should switch to [go-fuse](https://github.com/hanwen/go-fuse)) and [firego](https://github.com/zabawaba99/firego).