Questions tagged [basho-client]

4 questions
1
vote
1 answer

How to get Riak KV cluster and node status data in Go

I'm trying to monitor Riak-KV from Go program. Riak has a client for go named 'riak-go-client', But it doesn't have any api to get Riak performance/Status data. Is there any way to get it ?
parmar7725274
  • 233
  • 1
  • 3
  • 12
1
vote
1 answer

How to automatically join nodes in an erlang riak core application?

I am trying to setup a simple distributed application using erlang riak core framework. I read the documentation and it says I have to manually join the nodes via riak admin commands. I wanted to know what would happen if the entire cluster goes…
Shank
  • 135
  • 1
  • 7
0
votes
1 answer

What is the best SGDB for Riak kv - Basho?

I'm starting with riak, Is there any SGDB for linux that contemplate it? As if it were studio 3t for MongoDb. thankful
Hugo Ferreira
  • 51
  • 1
  • 8
0
votes
1 answer

Is Riak bucket object cachable?

When using Basho's Python client, getting a value for a key consists of two operations: getting a bucket getting a value from a bucket Like this: bucket = client.bucket(bucket_name) value = bucket.get(key) I occasionally get None back for the…
Schultz9999
  • 8,717
  • 8
  • 48
  • 87