Skip to content

Instantly share code, notes, and snippets.

@mikeal
Created December 27, 2013 18:25
Show Gist options
  • Save mikeal/8150724 to your computer and use it in GitHub Desktop.
Save mikeal/8150724 to your computer and use it in GitHub Desktop.
CouchDB attachments manta thread
https://twitter.com/izs/status/416635696367951873
let's talk here, we have commments with mor ethan 140 characters!
@isaacs
Copy link

isaacs commented Jan 2, 2014

@till

Manta is http://www.joyent.com/products/manta. There's an SDK and docs. Because the files are in my public storage location, you can read them, link them to your space, run jobs over them, etc.

This much is already done. As of this moment, tarballs are being served through Fastly from Manta, not from CouchDB. They still are in CouchDB as attachments, but unless you're hitting the CouchDB endpoint directly (or if Manta doesn't have the file yet), you will be getting them from Manta.

It's probably not trivial to use static files as a local registry, at least, not one that you could write to. I haven't explored that.

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