Threads for gregburd

    1. 1

      Last week was my last week as an employee of Basho, next week is my first week working for Amazon/AWS. So this week I’m relaxing by watching the MIT/SICP lectures while reading the book.

      1. 1

        Welcome to Amazon! What team are you on?

    2. 2

      This [1] vagrant setup made it easy to experiment with a five node cluster. Deployment into Chef also now easy. [2]

      1. https://github.com/darron/consul-vagrant
      2. https://github.com/darron/consul-cookbook
    3. 2

      This is fantastic. Postgres is one step closer to replacing Mongo as my document store o choice.

      1. 1

        Does this get you any closer?

      2. 1

        FWIW, if you’re trying to find a “MongreSQL” then mongres seems to be a reasonable start at the MongoDB wire protocol and behavior for PostgreSQL servers. It uses plv8 and the ‘json’ datatype (could easily use jsonb).