Announcing MulletDB (Formerly NoNoSQL)
sheddingbikes.com
Announcing MulletDB (Formerly NoNoSQL)
1–10 of 15 posts
Re: Announcing MulletDB (Formerly NoNoSQL)
#2The KV/document stores that have been coming out are trying to address shortcomings, perceived or real, with RDBMSs. I think some explanation of the trade-offs which each part of the "mullet" make and how they would be obviated by this system would be helpful. Right now there are a ton of KV/Document stores as well as SQL databases, and I don't know how this is going to be different or why I should pay attention to this project.
Re: Announcing MulletDB (Formerly NoNoSQL)
#3Re: Announcing MulletDB (Formerly NoNoSQL)
#4So... does this mean that the MulletDB slogan will be "business on the frontend, party on the backend?"
Re: Announcing MulletDB (Formerly NoNoSQL)
#5So... does this mean that the MulletDB slogan will be "business on the frontend, party on the backend?"
Re: Announcing MulletDB (Formerly NoNoSQL)
#6I don't really understand why I would want to use this. Why wouldn't I just use SQLite3, if that's what's powering the SQL searches? (maybe with a pretty layer on top for external access.) The KV/document stores that have been coming out are trying to address shortcomings, perceived or real, with RDBMSs. I think some explanation of the trade-offs which each part of the "mullet" make and how they would be obviated by…
* Use protocols to scale, not backends
* Single interface to talk to db/kv store and disk
* In addition, use an SQL-like interface, if that's what floats your boat.
* Moving data between db/kv/disk is a server side operation.
Re: Announcing MulletDB (Formerly NoNoSQL)
#7Re: Announcing MulletDB (Formerly NoNoSQL)
#8I don't really understand why I would want to use this. Why wouldn't I just use SQLite3, if that's what's powering the SQL searches? (maybe with a pretty layer on top for external access.) The KV/document stores that have been coming out are trying to address shortcomings, perceived or real, with RDBMSs. I think some explanation of the trade-offs which each part of the "mullet" make and how they would be obviated by…
More competition, more innovation, better products for us to use in the future?
You probably don't need to pay attention to this project. Did you pay attention to Google when it first launched, or Apple when it made the Newton? If you're not that interested in the database technologies, you can just not pay attention, and hope that it becomes unavoidable if it is truly remarkable in the future.
Re: Announcing MulletDB (Formerly NoNoSQL)
#9Re: Announcing MulletDB (Formerly NoNoSQL)
#10So... what are the real impacts on a commercial website that uses AGPLed code?
If Zed does indeed release a Python driver under the MIT license, and you use that, it's essentially no different than using the LGPL in an end-user distributed app. You'd have to make any of your changes to MulletDB available to your end users, but your proprietary code could remain closed.
MongoDB takes this approach, and has written more at http://www.mongodb.org/display/DOCS/Licensing