Hello Graham, Bogdan We still need two interfaces for the OMAG Admin - one for the OMAG Server and one for Atlas Server. The Atlas Server one should turn on the Atlas Graph repository connector once open metadata is enabled. There should not be an API call to do this. The OMAG Server should support none, in-memory and repository proxy modes for the local repository.
All the best Mandy ___________________________________________ Mandy Chessell CBE FREng CEng FBCS IBM Distinguished Engineer Master Inventor Member of the IBM Academy of Technology Visiting Professor, Department of Computer Science, University of Sheffield Email: [email protected] LinkedIn: http://www.linkedin.com/pub/mandy-chessell/22/897/a49 Assistant: Janet Brooks - [email protected] From: Graham Wallis <[email protected]> To: Mandy Chessell <[email protected]>, Graham Wallis <[email protected]>, Daniela Otelea <[email protected]>, Ruxandra Rosu <[email protected]>, David Radley <[email protected]> Cc: Bogdan Sava <[email protected]>, atlas <[email protected]> Date: 16/05/2018 14:52 Subject: Re: Review Request 67083: ATLAS-2665 - Add OMAG-API in Atlas Sent by: Graham Wallis <[email protected]> This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67083/ Hi Bogdan I just raised 3 issues - but they are all related. The key one is that I need to be able to set repository mode to LOCAL_GRAPH_REPOSITORY (for running in Atlas). This method was removed when there were two versions of the REST wrapper (one for inside Atlas, another for the OMAG Server). Now we have one wrapper I need a way of setting the local graph mode. The other two issues are just to accommodate the addition of the above and make them consistent. - Graham Wallis On May 15th, 2018, 1:35 p.m. UTC, Bogdan Sava wrote: Review request for atlas, Daniela Otelea, David Radley, Graham Wallis, Mandy Chessell, and Ruxandra Rosu. By Bogdan Sava. Updated May 15, 2018, 1:35 p.m. Repository: atlas Description Create configuration for OMAG API in Atlas Testing Create configuration for OMAG API in Atlas using Spring MVC Dispatcher servlet. Change base URL for the API to "/open-metadata/access-services" Clean maven unused dependenies The Jira issue is https://issues.apache.org/jira/browse/ATLAS-2665 Diffs om-fwk-ocf/pom.xml (8b1cefd) omag-api/pom.xml (2338286) omag-api/src/main/java/org/apache/atlas/omag/admin/OMAGServerAdministration.java (dd19018) omag-api/src/main/java/org/apache/atlas/omag/admin/OMAGServerCategory.java (PRE-CREATION) omag-api/src/main/java/org/apache/atlas/omag/admin/server/OMAGServerAdminRESTServices.java (PRE-CREATION) omag-api/src/main/java/org/apache/atlas/omag/admin/server/OMAGServerAdminResource.java (ebc9f2a) omag-api/src/main/java/org/apache/atlas/omag/admin/server/spring/OMAGServerAdminResource.java (PRE-CREATION) omag-api/src/main/java/org/apache/atlas/omag/configuration/registration/AccessServiceDescription.java (1a15215) omag-api/src/main/java/org/apache/atlas/omag/configuration/registration/AccessServiceRegistration.java (c2950c4) omag-server/pom.xml (527c5c3) omag-server/src/main/java/org/apache/atlas/omag/application/OMAGApplication.java (88397de) omag-server/src/main/resources/application.properties (PRE-CREATION) omas-assetconsumer/pom.xml (29935e7) omas-assetconsumer/src/main/java/org/apache/atlas/omas/assetconsumer/client/AssetConsumer.java (80a98f5) omas-assetconsumer/src/main/java/org/apache/atlas/omas/assetconsumer/publisher/AssetConsumerPublisher.java () omas-assetconsumer/src/main/java/org/apache/atlas/omas/assetconsumer/server/AssetConsumerRESTServices.java (967be5a) omas-assetconsumer/src/main/java/org/apache/atlas/omas/assetconsumer/server/spring/AssetConsumerOMASResource.java (PRE-CREATION) omas-connectedasset/README.md (2f431df) omas-connectedasset/pom.xml (219c972) omas-connectedasset/src/main/java/org/apache/atlas/omas/connectedasset/server/ConnectedAssetRESTServices.java (8ae6c37) omas-connectedasset/src/main/java/org/apache/atlas/omas/connectedasset/server/spring/ConnectedAssetOMASResource.java (PRE-CREATION) omrs/pom.xml (50b9898) omrs/src/main/java/org/apache/atlas/omrs/admin/OMRSConfigurationFactory.java (7ae87c6) omrs/src/main/java/org/apache/atlas/omrs/rest/server/OMRSRepositoryRESTServices.java (5948482) omrs/src/main/java/org/apache/atlas/omrs/rest/server/spring/OMRSRepositoryResource.java (PRE-CREATION) omrs/src/test/java/org/apache/atlas/omrs/archivemanager/opentypes/TestOpenMetadataTypesArchive.java (3f85317) omrs/src/test/java/org/apache/atlas/omrs/archivemanager/store/TestOMRSArchiveBuilder.java (ccf0de6) webapp/pom.xml (03b8408) webapp/src/main/webapp/WEB-INF/applicationContext.xml (2ecd8d1) webapp/src/main/webapp/WEB-INF/openMetadataContext.xml (PRE-CREATION) webapp/src/main/webapp/WEB-INF/web.xml (23dc063) View Diff File Attachments Added apache licence to a properties file 0003-ATLAS-2665-comments-fixed.patch ATLAS-2665-Add-OMAG-API-in-Atlas-v2.patch
