It seems rather generous to call this a database. It's files on a filesystem. The lack of any kind of transactional consistency guarantees (Dropbox is notoriously awful at this), and the lack of any sane mechanism for querying this "database" means that it's just "data", not a "database".
Dropbox-as-a-Database
11–20 of 34 posts
Re: Dropbox-as-a-Database
#12Actually I have the exact same idea like a few weeks ago. The potential for this idea is big. It can be widely used by small web apps (Chrome App). Instead of hosting a server and a database, every thing can be done and stored in the client, isn't that neat?
Re: Dropbox-as-a-Database
#13Your blog design is bad btw, popout at side overlays scroll bar in Windows/Chrome.
Re: Dropbox-as-a-Database
#14It seems rather generous to call this a database. It's files on a filesystem. The lack of any kind of transactional consistency guarantees (Dropbox is notoriously awful at this), and the lack of any sane mechanism for querying this "database" means that it's just "data", not a "database".
Re: Dropbox-as-a-Database
#15Re: Dropbox-as-a-Database
#16Reminds me of the GMail filesystem: http://www.viksoe.dk/code/gmail.htm
Re: Dropbox-as-a-Database
#17I'm actually working on NimbusBase, a product that allows you to write clientside javascript applications where there is no server code and data is stored inside of Dropbox. It also integrates with backbone.
Shameless plug: sign up for our beta! http://nimbusbase.com
Re: Dropbox-as-a-Database
#18Re: Dropbox-as-a-Database
#19Actually I have the exact same idea like a few weeks ago. The potential for this idea is big. It can be widely used by small web apps (Chrome App). Instead of hosting a server and a database, every thing can be done and stored in the client, isn't that neat?
Re: Dropbox-as-a-Database
#20It is a fun exercise to do these kinds of things. Obviously, they are very inefficient. But that is not the point! Perhaps there's some residual value related to some Dropbox feature (such as automatic replication) that makes this useful . But that is countered by getting your account rate-limited by Dropbox. I wonder, is there some way to create a key-value store out of any physical or virtual object that can store…