The Implementation/SharedObjects/Interfaces/Discovery/
folder in the Project tree is a folder that holds all Catalog and Discovery process-related configuration files:
Show Catalog Commands is a Web Studio setting that either shows or hides the Catalog's related commands Run Discovery Job and Open in Catalog in the Web Studio.
The properties-info.json is a configuration file used by the Catalog Application to determine the view and behavior of various Catalog application elements. This JSON file defines for example:
The file is located in fabric/staticWeb/catalog
folder.
In order to perform the project-level overrides in the properties-info.json file:
NEO4J_SERVER_MEMORY_HEAP_MAX_SIZE_MB parameter in the [data_discovery] section of config.ini specifies the maximum heap size for the Neo4j server. By default, it is set to 2048 Mb.
ENABLE_DATA_DISCOVERY is a hidden configuration parameter that defines whether the Discovery should be enabled in the system (if neo4j is part of the Fabric space). By default it is set to true. If the Fabric space doesn’t include neo4j, ENABLE_DATA_DISCOVERY should be added to this section and set to false.
The Implementation/SharedObjects/Interfaces/Discovery/
folder in the Project tree is a folder that holds all Catalog and Discovery process-related configuration files:
Show Catalog Commands is a Web Studio setting that either shows or hides the Catalog's related commands Run Discovery Job and Open in Catalog in the Web Studio.
The properties-info.json is a configuration file used by the Catalog Application to determine the view and behavior of various Catalog application elements. This JSON file defines for example:
The file is located in fabric/staticWeb/catalog
folder.
In order to perform the project-level overrides in the properties-info.json file:
NEO4J_SERVER_MEMORY_HEAP_MAX_SIZE_MB parameter in the [data_discovery] section of config.ini specifies the maximum heap size for the Neo4j server. By default, it is set to 2048 Mb.
ENABLE_DATA_DISCOVERY is a hidden configuration parameter that defines whether the Discovery should be enabled in the system (if neo4j is part of the Fabric space). By default it is set to true. If the Fabric space doesn’t include neo4j, ENABLE_DATA_DISCOVERY should be added to this section and set to false.