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]
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]
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]
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 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]