[
https://issues.apache.org/jira/browse/NIFI-6195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16814817#comment-16814817
]
Ilya Kovalev commented on NIFI-6195:
------------------------------------
Hi [Matt|https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mattyb149]
!
I think that is all right:P
https://github.com/aerospike/aerospike-client-java/blob/master/LICENSE.md
!2019-04-10-215022_1086x279_scrot.png!
Or not? Are you implied something else?
Anyway thank you for review!:)
> 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
> Attachments: 2019-04-10-215022_1086x279_scrot.png
>
>
> [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)