Hacker News new | ask | show | jobs
by adamredwoods 2724 days ago
That clarifies some questions for me: I didn't know that Blockstack stores the content. The Graphite site looks like it's a hosting platform. The marketing angle might rely on getting the platform to look like something different or new, that seems less centralized. I don't know what that is.
3 comments

The idea is that gaia hubs are owned by the users.

There are two aspects of this implementation:

1. The Blockstack naming system is used to associate an immutable user identity with the routing path to their storage, for reads and writes.

For an application to store data in the gaia hub, they must sign a challenge text proving they have been whitelisted to write that data, but the data is associated with the users gaia hub.

If the user leaves the platform, all of their data is with them in their gaia hub, which can be used by another app (maybe a competing blogging app for example?).

2. Users host their own gaia hubs.

Right now, the barrier is high for people hosting their own gaia hubs, so Blockstack provides a default one that is associated with their identity, so the average user can focus on using the applications on Blockstack and less on the system administration like overhead in setting up a gaia hub.

However, this user onboarding default does not override the ownership the user has in that their id is the one whitelisting applications and allowing applications to store data, which they can then own and use in other places, or disconnect their gaia hub and simply keep the data as their own personal HD with user addressable content even if they did not want to use it anywhere else, with other apps, etc.

Users can host their own gaia hubs. We are working on migrations, images available on platforms and publishing instructions for how to utilise DO spaces and S3 in addition to the driver functionality that exists now for things like Azure blob storage and S3 buckets.

The newer development is focused around automating the driver with local disk so the same set up can be ported to images on the cloud as well as users hosting their own gaia hubs on a server somewhere. For example, many of our enthusiasts are asking how to host them on a rasberry pi.

Let me know if this answers your question. I would also love feedback or ideas in general.

"Blockstack stores the content" -- today this is true in that you are provided with a default storage bucket by Blockstack that amounts to Microsoft Azure space. It's been Blockstack's vision that you could select your own cloud storage upon account configuration (i.e. your own S3/Dropbox/IPFS storage), thus decentralizing your data storage away from the App developer. If you're willing to get your hands dirty, you can theoretically spin up your own Blockstack GAIA node and store your data there instead of the provided defaults. More info here: https://github.com/blockstack/gaia
By the end of this month we will have instructions on how to host your own gaia hub in DO spaces (on Digital Ocean) using the develop branch of gaia in our Blockstack docs located here:

https://docs.blockstack.org/

So stay tuned.

I personally find Digital Ocean to be the most user friendly, so we are trying to lower barriers to make it as easy as possible to roll out gaia hubs by providing instructions for these kind of platforms.

We are also rolling out instructions and images for the major cloud hosting platforms. If you have any preferences for a particular platform you would like supported or any other feedback, let me know.

Currently on master branch, gaia supports the following drivers:

Amazon S3, Azure Blob Storage, Local disk (you must set up static web-hosting to point at this driver), and Google Cloud Storage

You can learn more about how to set up your own gaia hub here: https://github.com/blockstack/gaia/blob/master/hub/README.md

Graphite never touches nor has access to any of the data you store. Choosing your own storage provider so you don't have to rely on Blockstack storing your data is quickly becoming much easier than it used to be. In fact, Graphite (the core product) and soon to be followed by Graphite Publishing will likely be one of, if not the, first apps to offer a simple option to plug in the storage provider of your choice.
So Graphite is just kind of like a headless CMS/front-end for drafting your blog content that is hosted/served by Blockstack (or the other storage options that you and others have detailed) ? If that description is close to what this then that sounds pretty darn cool to me..
Blockstack is an architecture which supports gaia storage, wherein the blockstack api supports routing the Blockstack identity via the BNS naming system to the users gaia hub, where they own and store their own data.

Gaia is not necessarily dependent on Blockstack, but it was designed to be modularized within this design, so users can control where their data is stored, which is not necessarily the case with IPFS.

It is pretty darn cool :)

Let us know if you have any more questions.

This is why we chose Blockstack for the core product (Graphite) and for this project!