Matías Reyes

Results 8 issues of Matías Reyes

Hi, I've recently started testing erlkaf after a year using brod, and I'm very impressed of how it works perfectly well. Congratulations! Have anyone tried to implement a consumer ->...

I had to add to my atom styles, or the image was collapsed ```css .graphviz-preview webview{ height: 100% } ```

ejs.NestedFilter object doesn't have .field() method, so i've created a hack to get the field of nested aggregations.

Kafka protocol >= 0.11 allows to send arbitrary headers [{key, value}] along with the message payload. This is very useful for metadata as schema version, origin, etc.

help wanted

The CURSOR_CLOSE_ON_COMMIT is not available in Microsoft SQL Parallel Data Warehouse, so it fails to connect when it uses this parameter. It was added as a configuration property.

In my role as Data Engineer I've been moving out from dataframes (aka spark) as I'm building everything with DBT and BigQuery and locally with DuckDB (CLI). Using just sql...

Hi Tyler, I've been studying about stream processing (Kafka & Flink, and in Elixir: Broadway, Flow, Genstage), and this project seems like a natural evolution. Could you share some learnings...

Hi there!, I'm having an issue because duckdb defaults to decimal instead float: ```elixir :ok = Adbc.download_driver!(:duckdb) {:ok, db} = Kino.start_child({Adbc.Database, driver: :duckdb}) {:ok, conn} = Kino.start_child({Adbc.Connection, database: db}) Adbc.Connection.query(conn,...