Playground

Try DataCompose in a pre-configured Docker environment

Playground

Get started quickly by cloning the DataCompose Playground repository, which comes with all dependencies pre-configured.

# Clone the playground repo
git clone https://github.com/datacompose/datacompose-playground
cd datacompose-playground

# Start the environment (requires Docker and Docker Compose)
docker-compose up --build -d

Access Jupyter Notebook

  • Open http://localhost:8888 in your browser
  • Navigate to the notebooks directory
  • Open the example notebooks to see DataCompose in action

The playground provides a complete PySpark environment with DataCompose pre-installed and example notebooks to get you started immediately.

Prerequisites: Docker and Docker Compose must be installed on your system.