[
https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15076655#comment-15076655
]
Dennis Gove edited comment on SOLR-8479 at 1/2/16 8:28 PM:
-----------------------------------------------------------
Adds some simple tests for the raw stream and as embedded inside a SelectStream
and MergeStream where it is being merged with a CloudSolrStream.
The tests are using the in-memory database hsqldb with driver
"org.hsqldb.jdbcDriver". I chose this as it's already being used in a contrib
module. I'm open to other options as I'm not a huge fan of this particular
in-memory database.
Still doesn't implement Expressible interface (next on my list).
was (Author: dpgove):
Adds some simple tests for the raw stream and as embedded inside a SelectStream
and MergeStream where it is being merged with a CloudSolrStream.
Still doesn't implement Expressible interface (next on my list).
> Add JDBCStream for integration with external data sources
> ---------------------------------------------------------
>
> Key: SOLR-8479
> URL: https://issues.apache.org/jira/browse/SOLR-8479
> Project: Solr
> Issue Type: New Feature
> Components: SolrJ
> Reporter: Dennis Gove
> Priority: Minor
> Attachments: SOLR-8479.patch, SOLR-8479.patch
>
>
> Given that the Streaming API can merge and join multiple incoming SolrStreams
> to perform complex operations on the resulting combined datasets I think it
> would be beneficial to also support incoming streams from other data sources.
> The JDBCStream will provide a Streaming API interface to any data source
> which provides a JDBC driver.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]