2021-02-05 21:03:04 -08:00
|
|
|
---
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/file for complete documentation
|
2021-02-05 21:03:04 -08:00
|
|
|
source:
|
|
|
|
type: "file"
|
2021-02-12 12:05:41 -08:00
|
|
|
config:
|
2021-07-30 17:41:03 -07:00
|
|
|
filename: ./examples/mce_files/nih_demo.json
|
2021-02-05 21:03:04 -08:00
|
|
|
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
2021-02-05 21:03:04 -08:00
|
|
|
sink:
|
2022-06-08 00:52:26 +02:00
|
|
|
type: datahub-kafka
|
2021-02-12 12:05:41 -08:00
|
|
|
config:
|
2021-03-10 17:32:12 -05:00
|
|
|
connection:
|
2022-06-08 00:52:26 +02:00
|
|
|
schema_registry_url: http://localhost:8081
|
2021-03-10 17:32:12 -05:00
|
|
|
bootstrap: localhost:9092
|