Spring Boot 4.1 introduces a new spring-boot-starter-batch-data-mongodb autoconfiguration that stores Spring Batch JobRepository metadata in MongoDB instead of requiring a SQL database. The post demonstrates a complete ETL example that reads from a CSV file, uses MongoDB for batch job tracking, and writes data to PostgreSQL, and also covers GraalVM native image support and lazy datasource connections.