[
https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15076532#comment-15076532
]
Joel Bernstein commented on SOLR-8479:
--------------------------------------
+1
Some great possibilities here. One I really like is combining it with the
UpdateStream:
{code}
update(jdbc("select ..."))
{code}
A simple way to populate a SolrCloud collection from a JDBC compliant data
store. Since many NoSQL engines now support SQL we'll be able to pull data from
places like Spark, Couchbase and any RDBMS.
> 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
>
>
> 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]