You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Sivaprasanna Sethuraman (JIRA)" <ji...@apache.org> on 2018/08/12 07:10:00 UTC

[jira] [Commented] (NIFI-5510) Allow records to be put directly into Cassandra

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

Sivaprasanna Sethuraman commented on NIFI-5510:
-----------------------------------------------

I was thinking about having a record based Cassandra processor sometime ago since I had to do unnecessar modifications and tweaks with other processors as you had mentioned. Got occupied with some other tasks so wasn't focusing on this. I think this is a good time to put some light on this and get this done. I'll work on it.

> Allow records to be put directly into Cassandra
> -----------------------------------------------
>
>                 Key: NIFI-5510
>                 URL: https://issues.apache.org/jira/browse/NIFI-5510
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Sivaprasanna Sethuraman
>            Priority: Major
>
> Currently the standard way of getting data into Cassandra through NiFi is to use PutCassandraQL, which often means raw data needs to be converted to CQL statements, usually done (with modifications) via ConvertJSONToSQL.
> It would be better to have something closer to PutDatabaseRecord, a processor called PutCassandraRecord perhaps, that would take the raw data and input it into Cassandra "directly", without the need for the user to convert the data into CQL statements.



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