Viewing profile — martin_loetzsch
martin_loetzsch
HN member- Joined
- Fri, Aug 22, 2014, 9:42 PM UTC
- HN karma
- 6
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About martin_loetzsch
Recent public activity
-
comment
Comment #33999471
I think this summarizes the topic quite well: https://pyfound.blogspot.com/2022/05/the-2022-python-languag...
-
comment
Comment #26307970
Project A | (Senior) Data Engineer | Lake Bodensee, Austria or Stuttgart, Germany | ONSITE (REMOTE during covid), Full-time | https://www.project-a.com/careers/data-engineer-mfd-49…
-
comment
Comment #22903148
(Original author here) That setup is of course an option. The point of the article is to not have javascript pixels in the website for tracking, and it's easy to have server side-t…
-
comment
Comment #17037028
Also weird: it's the name of a giant ugly guinea pig: https://en.wikipedia.org/wiki/Mara_(mammal)
-
comment
Comment #17037021
GNU Make is indeed the least verbose/ boilerplate-heavy tool and I use it for a lot of things. The problem with Make is lacking acceptance amongst younger programmers who always wa…
-
comment
Comment #17037005
(author here) Currently there is a hard dependency to Postgres for the bookkeeping tables of mara. I'm working on dockerizing the example project to make the setup easier. For ETL,…
-
comment
Comment #17034774
For example the PyPI download stats pipeline is here: https://github.com/mara/mara-example-project/tree/master/app... The __init__.py contains the pipeline, and the rest is the SQL…
-
comment
Comment #17032615
(author here) The mara example project [1] does exactly that. It combines PuPI download stats with Github repo activity data. [1] https://github.com/mara/mara-example-project
-
comment
Comment #17032585
(author here) It intentionally doesn't have a scheduler, just definition and parallel execution of pipelines. For scheduling, use Jenkins, cron or Airflow. Currently you can get no…
-
comment
Comment #17032538
(author here) That's absolutely correct. Mara uses Python's multiprocessing [1] to parallelize pipeline execution [2] on a single node so it doesn't need a distributed task queue. …
-
comment
Comment #17032382
(author here) Connection information is configured in code through [1], see [2] for an example. It's very easy to run other workloads. Either by directly invoking Python functions …
-
comment
Comment #17032260
(author here). Mara data integration is indeed a glorified version of Make (with cost based scheduling and lots of visualizations)
-
comment
Comment #8214147
Yes. If you want to have bing aerial images next to google satellite imagery, use this app to display bing maps in google earth: http://ge-map-overlays.appspot.com/bing-maps/aerial…