[
https://issues.apache.org/jira/browse/GORA-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420474#comment-15420474
]
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
--- Diff:
gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java
---
@@ -511,6 +511,7 @@ private void addOrUpdateField(K key, Field field,
Schema schema, Object value) {
if (value instanceof PersistentBase) {
PersistentBase persistentBase = (PersistentBase) value;
try {
+ //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)