[ 
https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105594#comment-15105594
 ] 

Joel Bernstein edited comment on SOLR-8550 at 1/18/16 6:00 PM:
---------------------------------------------------------------

To give you an idea of where this is eventually headed, imagine a system with 
Daemons that are building models:

{code}
daemon(update(logit()))
{code}

And then other Daemons that are alerting based on those models:

{code}
daemon(alert())
{code}

This is basically an AI driven alerting system.


was (Author: joel.bernstein):
To give you an idea of where this is eventually headed, imagine a system with 
Daemons that are building models:

{code}
daemon(update(logit()))
{code}

And then other Daemons that are alerting based on those models:

{code}
deamon(alert())
{code}

This is basically an AI driven alerting system.

> Add asynchronous DaemonStreams to the Streaming API
> ---------------------------------------------------
>
>                 Key: SOLR-8550
>                 URL: https://issues.apache.org/jira/browse/SOLR-8550
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Joel Bernstein
>         Attachments: SOLR-8550.patch, SOLR-8550.patch, SOLR-8550.patch, 
> SOLR-8550.patch, SOLR-8550.patch, SOLR-8550.patch, SOLR-8550.patch
>
>
> Currently all streams in the Streaming API are synchronously *pulled* by a 
> client.
> It would be great to add the capability to have asyncronous *DaemonStreams* 
> that live within Solr that can *push* content as well. This would facilite 
> large scale alerting and background aggregation use cases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to