HackerTrans
TopNewTrendsCommentsPastAskShowJobs

geoHeil

no profile record

Submissions

Show HN: ELO-Ranking Analytics Engines

data-inconsistencies.datajourney.expert
6 points·by geoHeil·11 месяцев назад·1 comments

[untitled]

1 points·by geoHeil·11 месяцев назад·0 comments

LLM-in-a-Box: A Templated, Self-Hostable Framework for Generative AI

github.com
3 points·by geoHeil·12 месяцев назад·3 comments

Getting Better at Data Engineering

georgheiler.com
3 points·by geoHeil·в прошлом году·0 comments

Mix data SaaS workloads (Databricks vs. EMR) to save money by using dagster

georgheiler.com
7 points·by geoHeil·2 года назад·2 comments

The new local data stack: Integrating Dagster, dbt and DuckDB

georgheiler.com
144 points·by geoHeil·3 года назад·50 comments

comments

geoHeil
·11 месяцев назад·discuss
Benchmarks are like single match scorelines: interesting, but rarely comparable. We built a public ELO score leaderboard for analytics engines that treats every public benchmark (TPC-DS, TPC-H, SSB, vendor blogs, community posts - even the messy ones) as a “match.”

Why ELO? Because comparing databases is more like ranking football clubs over a season than timing a single sprint. Creating a relative robust and relative score is what counts.
geoHeil
·12 месяцев назад·discuss
We are currently preparing a submission for JOSE and are looking for feedback but also more people who are interested in joining in and refining the template
geoHeil
·12 месяцев назад·discuss
Together with www.linkedin.com/in/aaron-cul... I have created a template for making LLMs (from different vendors and even self hosted ones) easily accessible to researchers - including advanced document RAG with docling.
geoHeil
·в прошлом году·discuss
Nice. What about tracking the learning process and comparing against the peer group/ class?
geoHeil
·в прошлом году·discuss
As some others already posted: There is more to copying data than just moving it. It is about observability. A lot of companies have created their own frameworks.

One example I find useful for a lot of usecases is dagster. You can define resources to encapsulate complexity https://docs.dagster.io/guides/build/external-resources in fact with components build on top of custom DSLs https://docs.dagster.io/guides/labs/components

At Magenta/Telekom we are bulding on https://georgheiler.com/event/magenta-data-architecture-25/ - you can follow along with this template here https://github.com/l-mds/local-data-stack/ you may find these examples useful to understand how to use dagster/graph-based data pipeliens @scale
geoHeil
·2 года назад·discuss
Did you ever want to find an alternative to cloud data PaaS/SaaS vendor lock-in? In my blog post, I show how a 0-cost switch between local, Databricks and AWS EMR environments can be achieved to save cost by using dagster. Additionally, software engineering best practices around testability, and producing DRY code are enhanced.

Check out my deep dive and let’s discuss the potential impacts on our projects!

Big thanks also to my co-author Hernan.
geoHeil
·3 года назад·discuss
Interesting why? What were the pain points?
geoHeil
·3 года назад·discuss
If you use bigquery in big lake mode - i.e. with parquet or iceberg or delta files on GCS (or other object store) you can easily pull in the data into duckdb as well
geoHeil
·3 года назад·discuss
Hi,

Georg - one of the authors is here.

What we argue is that:

- for a great software/data engineering/creation experience we recommend such a stack that is only on when needed (when transformations occur)

- for a great data consumption experience we suggest the integration with an established PaaS platform. Not only for the sake of being available (as a serving layer of data to end users) but also for the missing fine-grained RBAC in the proposed transformation layer
geoHeil
·3 года назад·discuss
Well local can mean your laptop. But could mean your local server. However, it can also mean a VM on your cloud provider of choice colocated to the object store.

In such a case the network transfer (for many cases) can be almost irrelevant - at least for up to medium-ish sized datasets.
geoHeil
·3 года назад·discuss
Not to forget https://www.starrocks.io/ or https://risingwave.com/ - see also a recent blog post of a friend: https://juhache.substack.com/p/moving-from-bi-to-data-apps-p...
geoHeil
·3 года назад·discuss
Hi,

Georg - one of the authors is here.

Indeed, we used LLMs/GPT4 for proof reading and enhancing the English language (we are not native speakers).

We were thinking about breaking up the content - but decided that one long post is a better fit.

> > We show a way how you can combine the best of both worlds

In fact, that sentence I wrote by hand : )
geoHeil
·3 года назад·discuss
Hi,

Georg - one of the authors is here.

In fact, this is exactly what we argue: Keep data the consumer experience high a Paas platform (Fabric, BigLake, Databricks, SF, ...) can make a lot of sense, whereas for the best data development/creator experience a high-code solution based on solid software engineering best practices should be the preferred solution - at least in my/our(authors) opinion.
geoHeil
·3 года назад·discuss
We (Aleksandar and Georg) want to share our new blog post on: "Dagster, dbt, DuckDB as new local MDS" here. It re-introduces the local environment to enhance the developer productivity for data pipelines by bringing back software engineering best practices. We suggest that PaaS platforms should become an implementation detail and refine the new local stack with great a data consumer experience by combining the best of both worlds.

Please take a read here: https://georgheiler.com/2023/12/11/dagster-dbt-duckdb-as-new...

We (Georg Heiler and Aleksandar Milicevic) are keen to discuss the proposed new stack with you. Do not hesitate to reach out.