rust-data-processing 0.3.4

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
# Copy to .env and adjust if needed.
# ConnectorX URL (matches docs/CONNECTORS.md placeholder shape):
#   mssql://sa:Rdp_test_sa1!@localhost:1433/rdp_test?encrypt=false&trust_server_certificate=true

MSSQL_PORT=1433
MSSQL_SA_PASSWORD=Rdp_test_sa1!

# Used by run_mssql_tests.py (SA login — init script creates rdp_test database):
MSSQL_CONNECT_URL=mssql://sa:Rdp_test_sa1!@localhost:1433/rdp_test?encrypt=false&trust_server_certificate=true