Show HN: Real Time Black Friday Dashboard – using Perl, Postgres, Geckoboard
thanksgiving.semantics3.com
Show HN: Real Time Black Friday Dashboard – using Perl, Postgres, Geckoboard
1–7 of 7 posts
Re: Show HN: Real Time Black Friday Dashboard – using Perl, Postgres, Geckoboard
#2Re: Show HN: Real Time Black Friday Dashboard – using Perl, Postgres, Geckoboard
#3Any more details about how it was built?
Main magic was in the data pipeline. We tagged products that are Black Friday specific as seen on the merchant specific "Black Friday" category pages and other aggregators. These sites' pages were checked and the products' prices updated more frequently than our regular pipeline.
Everything ran as part of the Semantics3 infrastructure but at the last step we piped the updated information of the Black Friday specific products to a separate Postgres DB as well and that allowed us to run fancy queries that could answer almost any kind of questions we have about the data.
Re: Show HN: Real Time Black Friday Dashboard – using Perl, Postgres, Geckoboard
#4Any more details about how it was built?
Geckoboard part was relatively easy - they have a nice interface to design beautiful looking dashboards. Main magic was in the data pipeline. We tagged products that are Black Friday specific as seen on the merchant specific "Black Friday" category pages and other aggregators. These sites' pages were checked and the products' prices updated more frequently than our regular pipeline. Everything ran as part of the Sema…
Re: Show HN: Real Time Black Friday Dashboard – using Perl, Postgres, Geckoboard
#5Earlier quoted context omitted.
Geckoboard part was relatively easy - they have a nice interface to design beautiful looking dashboards. Main magic was in the data pipeline. We tagged products that are Black Friday specific as seen on the merchant specific "Black Friday" category pages and other aggregators. These sites' pages were checked and the products' prices updated more frequently than our regular pipeline. Everything ran as part of the Sema…
I'm interested in knowing more about the Perl component. What can you say about that?
Re: Show HN: Real Time Black Friday Dashboard – using Perl, Postgres, Geckoboard
#6Re: Show HN: Real Time Black Friday Dashboard – using Perl, Postgres, Geckoboard
#7Also, like a few others, the "Perl" in your title is very interesting for me. As a Perl old timer working with a team that hasn't dabbled in any Perl at all, this would be a wonderful, wonderful hands-on demo of what Perl can and does do.
Is there a detailed technical write up on your blog, on how you did this in Perl? Is the code open-source, so I can show them with examples...etc?