Live data from Hacker News

Analytics at GitHub

johnnunemaker.com

1–10 of 17 posts

Re: Analytics at GitHub

#2
> For any business, the process of collecting data, measuring performance, making changes, and reviewing if those changes were successful is really important.

This applies for any sort of goal/process/?, whether programmatic or personal.

Very cool story, I'm looking forward to additional features. We pull a lot of data about Docker from GitHub that could be more readily available. We'd be more than happy to discuss or beta any new features, if you're interested.

Re: Analytics at GitHub

#3
Fantastic read. Concise and solid decision explanations. Thanks for writing!

Was there any other reason you chose kestrel over alternatives like kafka? Did you test any others, or where you just that satisfied with kestrel?

Re: Analytics at GitHub

#4

Fantastic read. Concise and solid decision explanations. Thanks for writing! Was there any other reason you chose kestrel over alternatives like kafka? Did you test any others, or where you just that satisfied with kestrel?

We chose kestrel mostly just from usage/familiarity. We've been satisfied with it, but are currently researching/testing kafka.

Re: Analytics at GitHub

#5

Fantastic read. Concise and solid decision explanations. Thanks for writing! Was there any other reason you chose kestrel over alternatives like kafka? Did you test any others, or where you just that satisfied with kestrel?

We chose kestrel mostly just from usage/familiarity. We've been satisfied with it, but are currently researching/testing kafka.

Are you guys using either of them elsewhere or just for analytics?

Re: Analytics at GitHub

#6
As an aside, do you have any info on the visual software used to run the charts? I'm guessing d3 is there somewhere., but maybe not. I've struggled to find a beautiful charting library and yours are beautiful!

Re: Analytics at GitHub

#8

As an aside, do you have any info on the visual software used to run the charts? I'm guessing d3 is there somewhere., but maybe not. I've struggled to find a beautiful charting library and yours are beautiful!

we use d3 for all our charts.

Re: Analytics at GitHub

#9
post #8

As an aside, do you have any info on the visual software used to run the charts? I'm guessing d3 is there somewhere., but maybe not. I've struggled to find a beautiful charting library and yours are beautiful!

we use d3 for all our charts.

any chance of you guys open-sourcing them?

Re: Analytics at GitHub

#10

Earlier quoted context omitted.

We chose kestrel mostly just from usage/familiarity. We've been satisfied with it, but are currently researching/testing kafka.

Are you guys using either of them elsewhere or just for analytics?

We use Kestrel for our internal hooks delivery system also (based on jnunemaker's suggestion).
Post reply on HN