rust-data-processing 0.3.6

Schema-first ingestion (CSV, JSON, Parquet, Excel) into an in-memory DataSet, plus Polars-backed pipelines, SQL, profiling, validation, and map/reduce-style processing.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "records": [
    {
      "topic": "metrics",
      "partition": 0,
      "offset": 10,
      "timestamp_ms": 1700000000000,
      "value": "{\"event_id\":100,\"payload\":\"alpha\"}"
    },
    {
      "topic": "metrics",
      "partition": 1,
      "offset": 11,
      "value": "{\"event_id\":101,\"payload\":\"beta\"}"
    }
  ]
}