Ashutosh Mestry created ATLAS-2797:
--------------------------------------
Summary: Atlas Cluster Entity
Key: ATLAS-2797
URL: https://issues.apache.org/jira/browse/ATLAS-2797
Project: Atlas
Issue Type: Improvement
Components: atlas-core
Affects Versions: 0.8.3
Reporter: Ashutosh Mestry
Assignee: Ashutosh Mestry
Fix For: 0.8.3
Background
In cases where Atlas data is synchronized to other Atlas clusters, it is
necessary to store some information about the nature of operation.
REST APIs to access this entity should be available as these can be used to
fetch data about the cluster entity.
Use cases:
* Scenario: Data generated by Export operation on one cluster (say cl1) can be
used to Import into another cluster (say cl2). This operation will result in
data such at AtlasImportResult that can be used later for performing subsequent
operations or for audits. The AtlasCluster entity will be a good home for this
data. REST APIs on AtlasCluster can be used for retrieveing this data.
Approach guidance:
* Create AtlasCluster entity.
* Create ClusterService that will use the OGM framework within Atlas to aid
with save and load operations
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)