Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upspin/upspin
Upspin: A framework for naming everyone's everything.
https://github.com/upspin/upspin
cryptography fuse golang sharing storage upspin
Last synced: 5 days ago
JSON representation
Upspin: A framework for naming everyone's everything.
- Host: GitHub
- URL: https://github.com/upspin/upspin
- Owner: upspin
- License: apache-2.0
- Created: 2016-06-15T15:39:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T18:47:58.000Z (20 days ago)
- Last Synced: 2024-12-31T00:07:44.116Z (12 days ago)
- Topics: cryptography, fuse, golang, sharing, storage, upspin
- Language: Go
- Homepage: https://upspin.io
- Size: 67.1 MB
- Stars: 6,351
- Watchers: 211
- Forks: 306
- Open Issues: 127
-
Metadata Files:
- Readme: README.binary
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-go - upspin/upspin
- awesome-repositories - upspin/upspin - Upspin: A framework for naming everyone's everything. (Go)
- awesome-starred - upspin/upspin - Upspin: A framework for naming everyone's everything. (golang)
- starred-awesome - upspin - Upspin: A framework for naming everyone's everything. (Go)
README
{{/* This file is interpreted as a template by serverutil/frontend/download.go. */}}
UpspinDocumentation: https://upspin.io/
Upspin is an experimental project to build a framework for naming
and sharing files and other data securely, uniformly, and globally:
a global name system of sorts.It is not a file system, but a set of protocols and reference
implementations that can be used to join things like file systems
and other storage services to the name space.Performance is not a primary goal. Uniformity and security are.
Tools included in this archive:
upspin
The upspin command provides utilities for creating and
administering Upspin files, users, and servers.https://godoc.org/upspin.io/cmd/upspin
upspin-ui
The upspin-ui command presents a web interface to the Upspin name
space, and also provides a facility to sign up an Upspin user and
deploy an upspinserver to Google Cloud Platform.https://godoc.org/augie.upspin.io/cmd/upspin-ui
cacheserver
The cacheserver command implements a directory
and storage cache for Upspin.https://godoc.org/upspin.io/cmd/cacheserver
upspinfs (Linux and macOS only)
The upspinfs command is a FUSE interface for Upspin.https://godoc.org/upspin.io/cmd/upspinfs
upspin-audit
Audit provides subcommands for auditing storage consumption.https://godoc.org/upspin.io/cmd/upspin-audit
These binaries were built for {{.OSArch}} at{{range .Commits}} {{.Repo}}/{{.ShortHash}}{{end}}.