mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 18:59:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			425 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			425 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # see https://datahubproject.io/docs/generated/ingestion/sources/file for complete documentation
 | |
| source:
 | |
|   type: "file"
 | |
|   config:
 | |
|     filename: "./examples/mce_files/bootstrap_mce.json"
 | |
| 
 | |
| # see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
 | |
| sink:
 | |
|   type: "datahub-kafka"
 | |
|   config:
 | |
|     connection:
 | |
|       bootstrap: localhost:9092
 | |
|       schema_registry_url: http://localhost:8081
 | 
