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

Matt Burgess commented on NIFI-6195:
------------------------------------

We need to make sure that we are not bringing in GNU Crypto (or any other 
Apache-unfriendly library) as a transitive dependency: 
https://github.com/aerospike/aerospike-client-java/blob/master/LICENSE.md

> Create nar-bundle for interaction with Aerospike database
> ---------------------------------------------------------
>
>                 Key: NIFI-6195
>                 URL: https://issues.apache.org/jira/browse/NIFI-6195
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Ilya Kovalev
>            Priority: Minor
>
> [Aerospike|https://www.aerospike.com/docs/] is a distributed NoSQL database 
> and key-value store architected to meet the performance needs.
> The core idea is to create nar-bundle (group of processors and services) for 
> interaction with database in SYNC and ASYNC mode.
> Interaction in this context is just CRUD operations.
> Three main components of nar-bundle that need to create.
>  * PutAerospike - receive flow file, read it with RecordReader service and 
> push records to Aerospike.
>  * ExecuteSqlRecordAerospike has sql statement in processor's attributes (or 
> obtain it from flowfile) and execute it creating new flowfiles that content 
> result of query in record format (json | csv | etc...).
>  * AerospikeService - service for tune and obtain Aerospike client.
>  
>  



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

Reply via email to