Viewing profile — alexmarquardt
alexmarquardt
HN member- Joined
- Sat, Jul 27, 2019, 2:20 PM UTC
- HN karma
- 42
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About alexmarquardt
Recent public activity
- story
-
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…
- story
- story
-
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-…
- story
- story
- story
-
comment
Comment #40672000
Looks awesome!
- story
-
comment
Comment #34535288
This article from Simon Späti shows how to do some scraping. https://airbyte.com/tutorials/configure-airbyte-with-python-...
-
comment
Comment #34353914
Here is a related tweet that touches on exactly this issue: https://twitter.com/sethrosen/status/1252291581320757249?lan...
-
comment
Comment #34353837
I like it! Great idea!
-
comment
Comment #34353703
For a more detailed explanation of unstructured vs. structured data, see: https://airbyte.com/blog/analyze-unstructured-data
-
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…
-
comment
Comment #34339517
Related tweet: https://twitter.com/sethrosen/status/1252291581320757249?lan...
- story
- story
- story
-
comment
Comment #34019045
Nice
- story
-
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…
-
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…
- story
-
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…