dataprof 0.7.1

High-performance data profiler with ISO 8000/25012 quality metrics for CSV, JSON/JSONL, and Parquet files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Database passwords (used by compose.yml services)
POSTGRES_PASSWORD=dev_password_123
MYSQL_PASSWORD=dev_password_123
MYSQL_ROOT_PASSWORD=root_password_123

# MinIO (future use)
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin123

# pgAdmin (optional, --profile admin)
PGADMIN_DEFAULT_EMAIL=admin@dataprof.dev
PGADMIN_DEFAULT_PASSWORD=admin123