Skip to content

Contributing Guide

This document provides guidelines for contributing to the Iceberg Data Engineering Platform project.

Getting Started

Prerequisites

Before contributing, ensure you have:

  • Docker and Docker Compose installed
  • Git for version control
  • Python 3.8+ for local development
  • VS Code or your preferred IDE

Development Setup

  1. Fork the Repository

bash git clone https://github.com/your-username/iceberg-data-engineering.git cd iceberg-data-engineering

  1. Start Development Environment

bash docker-compose up -d

  1. Verify Setup

```bash docker-compose ps

All services should be running

```

Contribution Types

Thank you for contributing to the Iceberg Data Engineering Platform!


Last update: June 15, 2026
Created: June 15, 2026