Stewart Smith: Puppet snippet for setting up a machine to build Drizzle

You could use this in a Vagrant setup if you like (I’ve done so for testing). Step 1) Set the following in your Vagrantfile: Vagrant::Config.run do |config| config.vm.box = "lucid32" config.vm.box_url = "http://files.vagrantup.com/lucid32.box" config.vm.provision :puppet end Step 2) Get puppet-apt helper. I used https://github.com/evolvingweb/puppet-apt and put it in a manifests/ directory like so: $ mkdir manifests $ [...] [...more]

Drizzle Comments (0)

Build a distributed realtime tweet search system in no time. Part 2/2

Chirper is all about realtime indexing, so we wanted to highlight that on the frontend as much as possible, the search box performs the instant search as you type in the terms, and also show the number of tweets as they are indexed live on the system. It was important to keep the frontend as [...] [...more]

Voldemort Comments (0)

Build a distributed realtime tweet search system in no time. Part 1/2

Last Friday was an InDay (A day at LinkedIn where you can take a break from your day-to-day work and build something cool) As a part of the SNA team, we have been building some really cool distributed systems, from storage, to messaging, to search. So we thought it’d be cool on this InDay to [...] [...more]

Voldemort Comments (0)

Official Drizzle Blog: Drizzle build 1802 tarball has been released

Drizzle source tarball based on build 1802 has been released. This is our Drizzle7 beta release.  Please test away! In this release: kernel options uses boost program_options, replaced my_getopt csv, archive, and blackhole tables are not enabled by default, need –plugin-add <name> to use them significant work on the transaction log – testing + bug [...] [...more]

Drizzle Comments (0)

Drizzle build 1802 tarball has been released

Drizzle source tarball based on build 1802 has been released. This is our Drizzle7 beta release.  Please test away! In this release: kernel options uses boost program_options, replaced my_getopt csv, archive, and blackhole tables are not enabled by default, need –plugin-add <name> to use them significant work on the transaction log – testing + bug [...] [...more]

Drizzle Comments (1)


 

February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829