Live data from Hacker News

Viewing profile — harlow

harlow

HN member
Joined
Thu, Dec 13, 2012, 9:08 PM UTC
HN karma
9
Public activity
7 items

About harlow

Developer and Co-Founder Clearbit

Recent public activity

  1. comment
    Comment #10182328

    We have a Git repo for each of the services, and we have a separate repo for each of the Fleet Unit files. > Git push to only one repository. This refers to a per-service repositor…

  2. comment
    Comment #10182287

    Hi manigandham, Harlow here (author of the post). You are absolutely correct; serving 2M API requests from a local data store wouldn't be considered "at-scale" these days. In hinds…

  3. comment
    Comment #10020263

    Great question. We have loads of Sinatra services running on CoreOS (using Fleet and Git for deploys) http://blog.clearbit.com/servers-part-one . From there we have a contrib Gem t…

  4. story
  5. story
  6. comment
    Comment #7807618

    > Can you give any detail on what the end result is? What kind of data do you end up with in redshift, and what kind of queries? I'll have to get our BI team to create a follow-up …

  7. comment
    Comment #4918693

    > Overly short methods can make code much harder to read and follow and actually increase complexity, because now there are many more entry points. Ideally there wouldn't be any mo…