1. I use a one node deployment all the time for development. I jut tune the n 
val to 1. 

3. Store whatever data you like. (Riak is being used in healthcare to store med 
data.) Unless it's transactional. Aka. +50$ to A from B, -50$ from B to A. I 
would not use riak for that. 

Cheers, 
Alexander


@siculars
http://siculars.posthaven.com

Sent from my iRotaryPhone

> On Oct 28, 2013, at 17:46, Ari King <[email protected]> wrote:
> 
> Hi,
> 
> Within the last few days I've started trying riak, with the intent of using 
> it within a PoC. To that end, as I get started I've encountered some 
> situations where I'd appreciate insight/feedback.
> 
> 1. When developing is more than 1 node required? I built and started one 
> node, but when I tried to "PUT" a new bucket I got the error: 
> "all_nodes_down". Member and ring statuses are below.
> 
> 2. The java client allows for convenient mapping to/from JSON with POJOs. But 
> I'm using a scala framework that uses case classes to map the in coming 
> request. Therefore, creating POJOs for the communication with Riak would be 
> redundant. I'm curious how others are handling this situation.
> 
> 3. The eventual (and hopefully soon) PoC will involve financial data. I'd 
> appreciate feedback/insight from those who have used Riak for financial data 
> management, as to what their experiences were. 
> 
> Thanks.
> 
> riak member_status returns:
> 
> ================================= Membership 
> ==================================
> Status     Ring    Pending    Node
> -------------------------------------------------------------------------------
> valid     100.0%      --      '[email protected]'
> -------------------------------------------------------------------------------
> Valid:1 / Leaving:0 / Exiting:0 / Joining:0 / Down:0
> 
> riak ring_status returns:
> ================================== Claimant 
> ===================================
> Claimant:  '[email protected]'
> Status:     up
> Ring Ready: true
> 
> ============================== Ownership Handoff 
> ==============================
> No pending changes.
> 
> ============================== Unreachable Nodes 
> ==============================
> All nodes are up and reachable
> 
> 
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to