HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gzel

no profile record

投稿

SQL vs. DSL for Feature Engineering

feldera.com
4 ポイント·投稿者 gzel·2 年前·0 コメント

Feldera Incremental Compute Engine

github.com
145 ポイント·投稿者 gzel·2 年前·55 コメント

SQL powered operating system instrumentation, monitoring, and analytics

github.com
58 ポイント·投稿者 gzel·2 年前·7 コメント

Earthly: Like Docker for Builds

github.com
21 ポイント·投稿者 gzel·2 年前·1 コメント

コメント

gzel
·2 年前·議論
I really like the way of how feldera implemented recursion in SQL: https://docs.feldera.com/sql/recursion

All you have to do is to add a forward declaration of the view and then you can reference it in a recursive query. Makes the syntax part much easier.
gzel
·2 年前·議論
This is somewhat common when high performance is needed it seems: e.g., https://github.com/feldera/feldera comes to mind which uses the same approach to compile SQL to type-safe incremental query plans in rust.