Looks like a lot of large social media companies are open sourcing their MySQL sharding & management tools lately. This is awesome!
My favorite so far is Youtube's Vitess though, since it enables writing dumb clients. The vtgate proxy forwards queries to the right shard similar to Twemproxy.
http://vitess.io
oh good another open sourced MySQL management tool. This usually happens right when the company decides it's not good enough and is about to move on to something else. See Netflix OSS
I wrote most of these tools last year and a lack of good example code definitely slowed me down. Even if we drop support for these tools, at least the code now is open sourced as a reference. This was one of the primary motivations for open sourcing this code.
10 comments
[ 3.1 ms ] story [ 34.8 ms ] threadI wrote most of these tools last year and a lack of good example code definitely slowed me down. Even if we drop support for these tools, at least the code now is open sourced as a reference. This was one of the primary motivations for open sourcing this code.
Is Zen MySQL graph storage open source? Sounds really interesting...