You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Tamas Fodor (JIRA)" <ji...@apache.org> on 2019/05/22 11:19:00 UTC

[jira] [Created] (METRON-2133) Add NgRx effects to communicate with the server

Tamas Fodor created METRON-2133:
-----------------------------------

             Summary: Add NgRx effects to communicate with the server
                 Key: METRON-2133
                 URL: https://issues.apache.org/jira/browse/METRON-2133
             Project: Metron
          Issue Type: Sub-task
            Reporter: Tamas Fodor
            Assignee: Tamas Fodor


Dealing with side effects can be tricky in a complex application. With NgRx's effects you can easily apply these side effects like communicating with the server or anything else that is done in an asynchronous way.

 
 
 [https://ngrx.io/guide/effects]
 
We need effects to:
 
- Load parsers and groups from the server
- Saving new state on the server
- start/stop and enable/disable parsers and/or groups
 
 
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)