[
https://issues.apache.org/jira/browse/GORA-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420473#comment-15420473
]
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_r74708213
--- Diff:
gora-accumulo/src/main/java/org/apache/gora/accumulo/store/AccumuloStore.java
---
@@ -690,6 +690,7 @@ else if (effectiveSchema.getType() == Type.MAP) {
}
// continue like a regular top-level union
case RECORD:
+ //TODO duplicated code @see
org.apache.gora.util.IOUtils#serialize()
--- End diff --
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üzel
> Labels: gora-couchdb, gsoc2016, storage
> Fix For: 0.8
>
>
> Apache CouchDB is a document-oriented NoSQL database that uses JSON to store
> 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)