Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 22950200B50 for ; Sat, 13 Aug 2016 20:53:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 210B2160AA6; Sat, 13 Aug 2016 18:53:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6803F160A73 for ; Sat, 13 Aug 2016 20:53:24 +0200 (CEST) Received: (qmail 22280 invoked by uid 500); 13 Aug 2016 18:53:23 -0000 Mailing-List: contact dev-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list dev@gora.apache.org Received: (qmail 22269 invoked by uid 99); 13 Aug 2016 18:53:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Aug 2016 18:53:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 916F62C02A5 for ; Sat, 13 Aug 2016 18:53:22 +0000 (UTC) Date: Sat, 13 Aug 2016 18:53:22 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@gora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GORA-437) Implement CouchDB Datastore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 13 Aug 2016 18:53:25 -0000 [ https://issues.apache.org/jira/browse/GORA-437?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D154200= 31#comment-15420031 ]=20 ASF GitHub Bot commented on GORA-437: ------------------------------------- GitHub user cguzel opened a pull request: https://github.com/apache/gora/pull/74 GORA-437 implement couchdb datastore This pull request is for GORA-437. I developed couchdb store for gora. = I added javadocs and test codes. The tests required couchdb instance. But I= wondered how to start couchdb server programmatically using java. So, I se= nt an email to couchDB userlist. They suggest that using docker. Then I use= docker programmaticaly with https://github.com/testcontainers/testcontain= ers-java . All test cases passed with this approach. But this caused depend= ece to **docker** and **jdk 1.8** . So this pull request doesn't merge to m= aster.=20 =20 We should look another solution. Maybe using mockito for testing or ano= ther idea? =20 All tests are passed on my local. I ignored 3 tests. You can see them i= n my test code. =20 =20 =20 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cguzel/gora-couchdb gora-couchdb Alternatively you can review and apply these changes as the patch at: https://github.com/apache/gora/pull/74.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 #74 =20 ---- commit aad58789c93ce18b0cf5e99d05624a4b122071e6 Author: cihad guzel Date: 2016-05-19T07:16:34Z GORA-437 implement couchdb datastore ,added a new store for gora as gora-couchdb ,added unit tests ,added javadocs ,bugfixed ---- > Implement CouchDB Datastore > --------------------------- > > Key: GORA-437 > URL: https://issues.apache.org/jira/browse/GORA-437 > Project: Apache Gora > Issue Type: New Feature > Reporter: Furkan KAMACI > Assignee: cihad g=C3=BCzel > Labels: gora-couchdb, gsoc2016, storage > Fix For: 0.8 > > > Apache CouchDB is a document-oriented NoSQL database that uses JSON to st= ore data, JavaScript as its query language using MapReduce, and HTTP for an= API. It could be nice to support CouchDB as a datastore at Gora. -- This message was sent by Atlassian JIRA (v6.3.4#6332)