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

ASF GitHub Bot commented on NIFI-992:
-------------------------------------

GitHub user ijokarumawak opened a pull request:

    https://github.com/apache/nifi/pull/96

    NIFI-992: Adding nifi-couchbase-bundle

    Adding Couchbase Server integration to NiFi project.
    
    - new CouchbaseClusterControllerService: provides connection management to 
Couchbase Server cluster
    - new Processors
      - GetCouchbaseKey: Get a document from Couchbase Server
      - PutCouchbaseKey: Store FlowFile content into Couchbase Server
    
    Please review, any comment would be appreciated, thanks!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ijokarumawak/nifi nifi-992

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/96.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #96
    
----
commit 6446274b263c43a7786eab8cbb876f53471c428c
Author: ijokarumawak <[email protected]>
Date:   2015-09-25T17:46:37Z

    nifi-992 Adding nifi-couchbase-bundle.
    
    - new CouchbaseClusterControllerService
    - new Processors
      - GetCouchbaseKey
      - PutCouchbaseKey

----


> Couchbase Server Processors
> ---------------------------
>
>                 Key: NIFI-992
>                 URL: https://issues.apache.org/jira/browse/NIFI-992
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Core Framework
>            Reporter: Koji Kawamura
>              Labels: processor
>
> Processors providing data access interface with a Couchbase Server cluster.
> I've started writing a set of processors for interacting with Couchbase 
> Server. There are several ways to integrate with Couchbase such as:
> 1. Key/Value CRUD operations
> 2. View (Map/Reduce) queries
> 3. N1QL queries
> For the first step, I'm implementing the Key/Value CRUD operations. I will 
> send a pull request once the code and test get clean.



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

Reply via email to