[overlord-issues] [JBoss JIRA] (RTGOV-415) ElasticSearch Activity Store implementation

ivan mckinley (JIRA) issues at jboss.org
Wed Apr 23 16:09:33 EDT 2014


    [ https://issues.jboss.org/browse/RTGOV-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963391#comment-12963391 ] 

ivan mckinley commented on RTGOV-415:
-------------------------------------

Hey Gary, 
I have the ElasticsearchActivityStore extending ElasticSearchKeyValueStore and implementing ActivitiyStore interface. 

Do you have any objections to this design or would it be preferable to simply reference ElasticSearchKeyValueStore. we basically get the CRUD operations available on KeyValueStore  interface for free. 

@Singleton
public class ElasticsearchActivityStore extends ElasticSearchKeyValueStore implements ActivityStore
                
> ElasticSearch Activity Store implementation
> -------------------------------------------
>
>                 Key: RTGOV-415
>                 URL: https://issues.jboss.org/browse/RTGOV-415
>             Project: RTGov (Run Time Governance)
>          Issue Type: Sub-task
>            Reporter: Gary Brown
>            Assignee: ivan mckinley
>             Fix For: 2.0.0.Final
>
>
> Although it is not currently clear whether organisations would rely on ElasticSearch as a database for their activity information, it will be good to be able to offer it as an alternative.
> If configured, then it will store the ActivityUnit, and any subsequent EPN can be used to store the derived information (e.g. situations and response times).
> ElasticSearch has improved its support for backup/restore, so could potentially be used as a primary db for this type of information - although it is not transactional.
> The module should be defined in modules/activity-management/activity-store-es (or elasticsearch - whatever is consistent with RTGOV-342).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the overlord-issues mailing list