Skip to content

A repository of configurations and tutorials to tackle some common Apache Iceberg concepts and tasks

License

Notifications You must be signed in to change notification settings

EquijoinLLC/iceberg-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iceberg Getting Started

Welcome to the Iceberg getting started tutorial repository. This is a home for a set of preconfigured Docker Compose modules that are used to set up sandbox environments to learn and have fun with Apache Iceberg.

Prerequisites

For beginners, I recommend using Docker to run your service containers. I do not use the version tag for compose files and therefore don't provide support for legacy compose versions. Make sure you have the correct Docker Compose version by having one of the following installed.

or

Helpful Docker commands

Start Services

docker compose up -d

Remove Services

docker compose up -d

Stop Services

docker compose stop

Clean Services

cleans images, containers, and networks

docker system prune --all --force

cleans volumes

docker volume prune --force

Show Service Images

docker images

Login to Container

docker container exec -it <container_id> /bin/bash

Show Service Logs

docker logs <container_id>

List Services

docker container ls

List Service Process information

docker compose ps

See trademark and other legal notices.

About

A repository of configurations and tutorials to tackle some common Apache Iceberg concepts and tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published