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

Toivo Adams commented on NIFI-901:
----------------------------------

Hi,

I am little bit confused.

What you mean by read/write from a single cell?
Does this mean write whole FlowFile to single cell (column in CQL?)
  
Can’t we use more relational approach?
I mean FlowFile contain rows and each row contains columns.
Same is true for Cassandra when CQL is used.
And we write rows to Cassandra table (CQL name) using insert (CQL name).

And we read data from Cassandra table using select (CQL name) row by row.

I am not Cassandra expert, but I suspect only row level atomic write is 
supported.

Thanks
Toivo


> Create processors to get/put data with Apache Cassandra
> -------------------------------------------------------
>
>                 Key: NIFI-901
>                 URL: https://issues.apache.org/jira/browse/NIFI-901
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Joseph Witt
>              Labels: beginner
>             Fix For: 0.4.0
>
>
> Develop processors to interact with Apache Cassandra.  The current http 
> processors may actually support this as is but such configuration may be too 
> complex to provide the quality user experience desired.



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

Reply via email to