Morphis: Encrypted distributed datastore
1–10 of 32 posts
Re: Morphis: Encrypted distributed datastore
#2Re: Morphis: Encrypted distributed datastore
#3If you're the author, can you give specifics on performance?
Re: Morphis: Encrypted distributed datastore
#4Re: Morphis: Encrypted distributed datastore
#5The client-side library acts as an abstraction layer for multiple storage backends, including DropBox, Google Drive, and remoteStorage servers, and handles client-side sync, caching and persistence for you.
The remoteStorage server has multiple implementations that anyone can host and is based on an open spec.
I don't think it handles encryption though, but it really should. Its mission is to allow users to "own their data", and that won't ever be true as long as storage providers can freely inspect and copy data belonging to their users. Hopefully that's something on the roadmap.
Re: Morphis: Encrypted distributed datastore
#6Re: Morphis: Encrypted distributed datastore
#7Another global filesystem: http://ipfs.io/
Re: Morphis: Encrypted distributed datastore
#8"MORPHiS is a global encrypted distributed datastore"
...
"It's about all of us, working together to create the world we want to live in, free from corruption, slavery, evil and manipulation; a vision many have thought impossible, until now."
I'd love to try out Morphis' anti-corruption and anti-manipulation features. Is there an API for these?
Seriously though, the project sounds interesting. It's cool to have a grandiose vision like this, but as the reader, I just don't see how it relates back to the project.
Re: Morphis: Encrypted distributed datastore
#9How does it compare with ipfs?
Re: Morphis: Encrypted distributed datastore
#10For those looking for a more practical decentralized storage solution that you can use to build apps with today , take a look at remoteStorage: https://remotestorage.io/ The client-side library acts as an abstraction layer for multiple storage backends, including DropBox, Google Drive, and remoteStorage servers, and handles client-side sync, caching and persistence for you. The remoteStorage server has multiple imple…
seems like dbox, and gdrive are still work-in-progress, otherwise very interesting project...