riak-erlang-client ping problem

2012-12-12 Thread Pablo Vieytes
Hi, I'm new with Riak. I'm trying to use riak-erlang-client but I have some problems. I can connect with the browser to localhost:8091 http://localhost:8091/ping -> ok But I can do a ping with the erlang client. 1> {ok, Pid} = riakc_pb_socket:start_link("127.0.0.1", 8091). {ok,<0.34.0>} 2> riak

Re: riak-erlang-client ping problem

2012-12-12 Thread Pablo Vieytes
solved I just had to connect to the Protobuf Port instead of http port. 2012/12/12 Pablo Vieytes > Hi, > I'm new with Riak. I'm trying to use riak-erlang-client but I have some > problems. > > I can connect with the browser to localhost:8091 > > http://loca

social data model use case

2012-12-14 Thread Pablo Vieytes
Hello, I'm new to riak and k/v db as well. I want to write a social data model (users, friends, posts, comments and likes). I'm used to use relational db and I think my aproach will be very biased for that previous knowledge. This is a very common data model, so, I guess anybody has an example. An