Kerem Sahin 34d1ba3f63 build(quickstart): Small fix in quickstart.sh & doc update
1. Use "source" while executing quickstart.sh to bring env var to the context of calling shell
2. Use sudo while running chown in quickstart.sh
3. Update main readme
4. Add missing container names
2020-03-23 16:11:35 -07:00
..
2020-01-10 15:48:46 -08:00
2020-01-02 14:18:37 -08:00
2019-12-18 18:57:18 -08:00
2019-12-18 18:57:18 -08:00
2019-12-18 18:57:18 -08:00
2019-12-18 18:57:18 -08:00

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.