Added the runbook for the requirements.txt.

This commit is contained in:
Chris Lee 2019-09-16 13:27:16 -07:00
parent bd32ec20a1
commit 493cbe16d6

View File

@ -8,7 +8,10 @@ way to do that is through [Docker images](../docker).
./gradlew :metadata-events:mxe-schemas:build
```
This is needed to generate `MetadataChangeEvent.avsc` which is the schema for `MetadataChangeEvent` Kafka topic. This
stream is the entry point for any metadata CRUD operation for Data Hub.
3. Before launching each ETL ingestion pipeline, you can install/verify the library versions as below.
```
pip install -r requirements.txt
```
## MCE Producer/Consumer CLI
`mce_cli.py` script provides a convenient way to produce a list of MCEs from a data file.