Europython - cloud databases, python in browser, search
by
Sasha Vinčić
01 Jul 2009 | 13:05
Europython has started and this year it's a new record, more then 440 attendees. On the first day I listened about cloud databases, writing rich web ui applications and fast fulltext search, all this in or with Python. The first session I attended was FluidDB by Terry Jones. Terry described it as "database with heart of wiki" and its a description I can support from what I have learned. It is a database where objects don't have owners so anyone can add and change metadata(attributes/tags) on them. But the tags have owners and therefore permissions. The big benefit from this approach is that you can add tags or metadata about the object to the object it self instead of creating your own database. Some good examples are all those Twitter apps out there which add or calculate information about the twitter user or the tweets and then store them in their own database. If Twitter used FluidDB everyone could store it's own extra metadata where the original objects where. Now let see if all the promises will be fulfilled when FluidDB is released in a month or so. I really hope they will because I heard Terry sold his apartment to invest in this, that is what I call an entrepreneur! There were two more sessions related to database, one about MongoDB and one about CouchDB from Mozilla. The later uses the language Erlang to get the concurrency speed and it is a replicable and scalable database.
Document Actions |
|

FluidDB
Thanks for the nice write-up, I'm glad you found FluidDB interesting enough to blog about! And yes, I did sell my apartment to fund our company, Fluidinfo.
Stay tuned :-)
Terry