Batch Ingestion Fixtures
Parquet, Avro, SQLite, NDJSON, and CSV fixtures for ETL staging, warehouse loads, and bulk-ingestion validation.
Why This Workflow Matters
- Mix columnar parquet, schema-bound avro, sqlite staging data, and flat-file controls in one ingestion suite.
- Useful for validating batch loaders, staging jobs, and warehouse import orchestration.
- Anchored to packs that give ETL and warehouse-import suites one-click fixture setup.
Recommended Packs
ETL Validation Fixture Pack
Bundle of real Parquet, Avro, SQLite, NDJSON, and CSV fixtures for ETL staging, warehouse loads, and ingestion-pipeline validation.
etl_validation_fixture_pack.zip · 4.6 KB
Warehouse Import Fixture Pack
Bundle of real Parquet, Avro, SQLite, CSV, and JSON fixtures for warehouse import, schema mapping, and analytic table-load workflows.
warehouse_import_fixture_pack.zip · 3.7 KB
Fixture Matrices
Parquet Ingestion Fixture Matrix
Choose Parquet fixtures for columnar ingestion, warehouse imports, nested-column handling, and batch-load validation.
Avro Schema Fixture Matrix
Pick Avro fixtures for event ingestion, nullable field handling, and schema-evolution validation.
SQLite Local Database Fixture Matrix
Choose SQLite fixtures for embedded database replay, schema changes, staging imports, and local-analysis workflows.
NDJSON Webhook Fixture Matrix
Choose NDJSON fixtures for delivery streams, API activity feeds, and malformed line-delimited event debugging.
Suggested Fixtures
| Filename | Format | Size | Actions |
|---|---|---|---|
| parquet_alltypes_plain_sample.parquet | PARQUET | 1.8 KB | |
| parquet_list_columns_sample.parquet | PARQUET | 2.5 KB | |
| avro_user_events_sample.avro | AVRO | 501 B | |
| sqlite_batch_ingestion_sample.sqlite | SQLITE | 12.0 KB | |
| ndjson_api_activity_stream_sample.ndjson | NDJSON | 313 B | |
| csv_wide_table_sample.csv | CSV | 1.6 KB |
Related Strategy Pages
Best Format for Use Cases
Conversion Guides