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 308C2200B73 for ; Sun, 14 Aug 2016 22:51:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2F55E160A8B; Sun, 14 Aug 2016 20:51: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 9D2CD160AA9 for ; Sun, 14 Aug 2016 22:51:24 +0200 (CEST) Received: (qmail 94001 invoked by uid 500); 14 Aug 2016 20:51: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 93985 invoked by uid 99); 14 Aug 2016 20:51:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Aug 2016 20:51:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8692D2C02A9 for ; Sun, 14 Aug 2016 20:51:22 +0000 (UTC) Date: Sun, 14 Aug 2016 20:51: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: Sun, 14 Aug 2016 20:51:25 -0000 [ https://issues.apache.org/jira/browse/GORA-437?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D154204= 74#comment-15420474 ]=20 ASF GitHub Bot commented on GORA-437: ------------------------------------- Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/74#discussion_r74708216 =20 --- Diff: gora-cassandra/src/main/java/org/apache/gora/cassandra/store/= CassandraStore.java --- @@ -511,6 +511,7 @@ private void addOrUpdateField(K key, Field field, S= chema schema, Object value) { if (value instanceof PersistentBase) { PersistentBase persistentBase =3D (PersistentBase) value; = =20 try { + //TODO duplicated code @see org.apache.gora.util.IOUtils= #serialize() --- End diff -- =20 What do you suggest implementing here? Please open a ticket in Jira. > 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)