How FriendFeed uses MySQL to store schema-less data
A post from one of the FF engineers about how they have a schema-less data store and then build separate indexes to allow for fast querying.
How FriendFeed uses MySQL to store schema-less data
A post from one of the FF engineers about how they have a schema-less data store and then build separate indexes to allow for fast querying.
WP plugin that allows you to create data entry forms that can be used on the Post/Page editing UI. Sounds very cool for customized systems.
Visual editor that allows you to diagram a DB and generate the code required to actually create it.
Very slick looking MySQL management app, but only for OSX 10.5.
MySQL Master-Master Replication Manager
“A set of flexible scripts to perform monitoring/failover and management of MySQL Master-Master replication cluster configurations.”
MySQL Multi-Master Replication
Really nice, quick breakdown of setting up multi-master MySQL replication with slaves hanging off the masters. Slick.
Really interesting-sounding database product that is document based, and sounds similar to AWS’ SimpleDB
Taffy DB : A JavaScript database for your browser
Interesting little project that provides some more advanced “database-like” handling of JS objects.
“Junction is the glue between your application and its database. Easy to use and extensible, Junction allows developers to focus on building applications instead of worrying about state persistence.”
Graffle-2-SQL: Convert OmniGraffle database charts to SQL
Pretty slick (sounding) tool for using OmniGraffle as a database design tool. Targeted to MySQL which is nice.