Skip to content

Instantly share code, notes, and snippets.

@CMCDragonkai
Last active October 18, 2018 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CMCDragonkai/cade9ebdfa17d28a0343c582eccaf333 to your computer and use it in GitHub Desktop.
Save CMCDragonkai/cade9ebdfa17d28a0343c582eccaf333 to your computer and use it in GitHub Desktop.
Universal State

Universal State

Universal addresses

Examples:

  • URIs
  • Multiaddresses ipfs/ipfs#227
  • Magnet Links
  • Content Addressing

Note that Amazon Resource Names arn should be a URI, but it is not unfortunately!

Universal FS API

Access files in S3, local filesystem, google cloud, Web DAV, HTTP, FTP, HDF5... etc. Multi-language means FUSE.

Various "filesystem in a file" also relate to this in the sense of persistence. They often have tradeoffs on random read, random write, compression, encryption... etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment