Couchbase Storage Backend Implementation


apu...@...
 

Hi all,

we are implementing Couchbase Storage backend for JanusGraph, we would like to get a feedback from you. Code is available here - https://github.com/malkostya/janusgraph/tree/couchbase_backend.


Oleksandr Porunov <alexand...@...>
 

Thank you for adding a new storage backend for JanusGraph!

My small suggestions right now:
1. Create a new branch in your repository, so you could update and rebase from upstream master branch.
2. Make a PR inside your repository from the feature branch (where Couchbase Storage backend is implemented) into a master branch. Share the link to your PR so we could make a code review.

On Monday, February 4, 2019 at 11:45:35 PM UTC+2, a...@... wrote:
Hi all,

we are implementing Couchbase Storage backend for JanusGraph, we would like to get a feedback from you. Code is available here - https://github.com/malkostya/janusgraph/tree/couchbase_backend.


Florian Hockmann <f...@...>
 

Interesting to see an additional Couchbase backend!

Have you considered hosting this backend in its own repo instead of adding it to a fork of the JanusGraph main repo? The DynamoDB backend and the FoundationDB backend are also hosted in their own repos. I assume the advantage of a separate repo is that you don't have to merge all changes in from upstream.

Am Montag, 4. Februar 2019 22:45:35 UTC+1 schrieb a...@...:

Hi all,

we are implementing Couchbase Storage backend for JanusGraph, we would like to get a feedback from you. Code is available here - https://github.com/malkostya/janusgraph/tree/couchbase_backend.