mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-03 20:27:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			420 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			420 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
# see https://datahubproject.io/docs/generated/ingestion/sources/file for complete documentation
 | 
						|
source:
 | 
						|
  type: "file"
 | 
						|
  config:
 | 
						|
    filename: ./examples/mce_files/nih_demo.json
 | 
						|
 | 
						|
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
 | 
						|
sink:
 | 
						|
  type: datahub-kafka
 | 
						|
  config:
 | 
						|
    connection:
 | 
						|
      schema_registry_url: http://localhost:8081
 | 
						|
      bootstrap: localhost:9092
 |