mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-27 08:54:32 +00:00
Launched standalone ingestion docker.
This commit is contained in:
parent
8801127f16
commit
c104ff7688
@ -21,7 +21,7 @@ cd docker/quickstart && docker-compose pull && docker-compose up --build
|
||||
```
|
||||
4. After you have all Docker containers running in your machine, run below command to ingest provided sample data to DataHub:
|
||||
```
|
||||
./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && pip install --user -r requirements.txt && python mce_cli.py produce -d bootstrap_mce.dat
|
||||
docker build -t ingestion -f docker/ingestion/Dockerfile . && cd docker/ingestion && docker-compose up
|
||||
```
|
||||
Note: Make sure that you're using Java 8, we have a strict dependency to Java 8 for build.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user