metabase / metabase

The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:
https://metabase.com
Other
38.66k stars 5.14k forks source link

Driver: Couchbase #3312

Open isama opened 8 years ago

isama commented 8 years ago

We are using cassandra and couchbase DB. We need integration of metabase with cassandra and couchbase for our business need.

:arrow_down: Please click the :+1: reaction instead of leaving a +1 or update? comment

camsaul commented 8 years ago

Hi @isama, don't forget that you can use the search bar to see if an issue is already open. We already have an issue open for adding cassandra support: #2049

camsaul commented 8 years ago

That being said I don't think we have an issue open for Couchbase support so I will retitle this one as such.

@isama, we're adding support for various DBs based on community demand. Since you're the only person who's asked for Couchbase thus far, that might be a while 😉

If you're familiar with Clojure and feeling adventurous you can try writing a driver yourself. I'm available to help with any questions you might run into.

bombergio commented 7 years ago

+1 for Couchbase integration. Thanks!

dajor commented 7 years ago

+1 for Couchbase integration would be great

gokriz commented 7 years ago

+1 for Couchbase support. Thanks!

ghost commented 7 years ago

+1 for Couchbase support. Thanks!

camsaul commented 7 years ago

Hey everyone, one way we prioritize issues is by sorting them by the number of 👍 reactions on each issue's description. So instead of leaving +1 or 👍 comments, please just upvote by adding a reaction to the issue description.

DanielFerreiraJorge commented 7 years ago

+1 for Couchbase!

camsaul commented 7 years ago

@DanielFerreiraJorge, did you see the comment I left right before yours? Instead of leaving +1 or 👍 comments, PLEASE just upvote by adding a reaction to the issue description.

DanielFerreiraJorge commented 7 years ago

@camsaul I'm really sorry! I did not pay attention to the last comment! Won't happen again.

corbinu commented 6 years ago

Something to note is I think that it would be better to add support for Couchbase Analytics instead of direct Couchbase N1QL. Also support AstrixDB (at least via SQL++) could probably be added at the same time.

BitPhinix commented 5 years ago

Hi, is there a timeframe estimation on the implementation of a Couchbase connector ?

camsaul commented 5 years ago

@BitPhinix we don't currently have plans to develop one in the near future. If you'd like to work on one yourself we can help you package it up as a community-supported driver once it's ready.

xavierchow commented 3 years ago

Hi there, here is the couchbase driver for Metabase: https://github.com/xavierchow/metabase-couchbase-driver. It's not a full-fledged one yet, it supports filtering & summaries(COUNT/SUM) with minimum configuration.