mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	 a6d544a5d8
			
		
	
	
		a6d544a5d8
		
			
		
	
	
	
	
		
			
			* Support for RDF, SPARQL, SQL-TO-SPARQL * Tests are working * Add RDF relations tests * improve Knowledge Graph UI, tags , glossary term relations * Lang translations * Fix level depth querying * Add semantic search interfaces , integration into search * cleanup * Update generated TypeScript types * Fix styling * remove duplicated ttl file * model generator cleanup * Update OM - DCAT vocab * Update DataProduct Schema * Improve JsonLD Translator * Update generated TypeScript types * Fix Tests * Fix java checkstyle * Add RDF workflows * fix unit tests * fix e2e --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			405 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			405 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Docker volumes location for RDF services
 | |
| # Default: Uses docker-volumes directory in current path
 | |
| # You can override this to use an external directory like:
 | |
| # DOCKER_VOLUMES_PATH=/home/user/docker-volumes
 | |
| DOCKER_VOLUMES_PATH=./docker-volumes
 | |
| 
 | |
| # Fuseki settings
 | |
| FUSEKI_ADMIN_PASSWORD=admin
 | |
| FUSEKI_MEMORY_MAX=4g
 | |
| FUSEKI_MEMORY_MIN=2g
 | |
| 
 | |
| # OpenSearch settings
 | |
| OPENSEARCH_MEMORY_MAX=4g
 | |
| OPENSEARCH_MEMORY_MIN=2g |