Live data from Hacker News

Viewing profile — alexmarquardt

alexmarquardt

HN member
Joined
Sat, Jul 27, 2019, 2:20 PM UTC
HN karma
42
Public activity
48 items

About alexmarquardt

Alexander is a Consulting Architect at Elastic (the makers of Elasticsearch and related technologies), and previously worked as a Senior Consulting Engineer at MongoDB. Alex has a Masters Degree in Computer Engineering from the University of Toronto, a B.Sc. from the University of Manitoba, and an MBA from the IESE Business School.

Recent public activity

  1. story
  2. comment
    Comment #46624077

    I kept running into the same demo problem: it’s hard to find a product catalog that behaves like a real e-commerce catalog (titles, working images, usable categories/attributes), i…

  3. story
  4. story
  5. comment
    Comment #45749825

    In this article, you will learn how to combine BM25 relevance with real business metrics like profit margin and popularity using Elasticsearch’s function_score query. This step-by-…

  6. story
  7. story
  8. story
  9. comment
    Comment #40672000

    Looks awesome!

  10. story
  11. comment
    Comment #34535288

    This article from Simon Späti shows how to do some scraping. https://airbyte.com/tutorials/configure-airbyte-with-python-...

  12. comment
    Comment #34353914

    Here is a related tweet that touches on exactly this issue: https://twitter.com/sethrosen/status/1252291581320757249?lan...

  13. comment
    Comment #34353837

    I like it! Great idea!

  14. comment
    Comment #34353703

    For a more detailed explanation of unstructured vs. structured data, see: https://airbyte.com/blog/analyze-unstructured-data

  15. story
    One Does Not Simply “Create a Visualization” from Unstructured Data

    When I worked as a database consultant, I often saw conversations similar to the following at clients: Manager: Hey Data Analyst! We have a huge amount of data in our data lake, an…

  16. comment
    Comment #34339517

    Related tweet: https://twitter.com/sethrosen/status/1252291581320757249?lan...

  17. story
  18. story
  19. story
  20. comment
  21. story
  22. comment
    Comment #33519667

    Yes, transforming the data before it hits the destination may be necessary in some cases, even in the ELT approach (hence the "t" / "tweak") - discussed here: https://airbyte.com/b…

  23. comment
    Comment #33519648

    ETL (Extract, Transform, and Load) and ELT (Extract, Load, and Transform) are two paradigms for moving data from one system to another. The main difference between them is that whe…

  24. story
  25. comment
    Comment #33288310

    Being GDPR compliant may require obfuscation or removal of some data before it gets loaded into a data warehouse. This can be achieved with an EtLT (Extract, “tweak”, Load, Transfo…