Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Docker Images

The easiest way to bring up and test DataHub is using DataHub Docker images which are continuously deployed to Docker Hub with every commit to repository.

Above Docker images are created for DataHub specific use. You can check subdirectories to check how those images are generated via Dockerbuild files or how to start each container using Docker Compose. Other than these, DataHub depends on below Docker images to be able to run:

Local-built ingestion image allows you to create on an ad-hoc basis metadatachangeevent with Python script. The pipeline depends on all the above images composing up.

Prerequisites

You need to install docker and docker-compose.

Quickstart

If you want to quickly try and evaluate DataHub by running all necessary Docker containers, you can check Quickstart Guide.