Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samthor/fusebase
🛠️ FUSE filesystem backed on the 🔥 Firebase Database
https://github.com/samthor/fusebase
firebase fuse
Last synced: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T14:32:04.000Z (over 7 years ago)
- Last Synced: 2024-06-20T13:40:36.450Z (5 months ago)
- Topics: firebase, fuse
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 3
- 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).