To Konstantin Kalin:
This is not a good place to start discussion about NIFS, but check this
http://ferd.ca/rtb-where-erlang-blooms.html especially last passage.
--
View this message in context:
http://riak-users.197444.n3.nabble.com/Storing-JSON-via-Erlang-Client-tp4029489p4029509.html
Sent
;, <<"my_key">>,
>> <<"{\"key\":\"\val\"}">>,
>> <<"application/json">>),
>> ok = riakc_pb_socket:put(Worker, Obj),
>> ok = riakc_pb_socket:stop(Worker).
>>
>>
>>
>
w(<<"my_bucket">>, <<"my_key">>, <<"{\"key\":\"\val\"}">>,
> > <<"application/json">>),
> > ok = riakc_pb_socket:put(Worker, Obj),
> > ok = riakc_pb_socket:stop(Worker).
> >
> >
&
y_key">>,
> <<"{\"key\":\"\val\"}">>,
> <<"application/json">>),
> ok = riakc_pb_socket:put(Worker, Obj),
> ok = riakc_pb_socket:stop(Worker).
>
>
>
>
> --
> View this message in c
pb_socket:put(Worker, Obj),
ok = riakc_pb_socket:stop(Worker).
--
View this message in context:
http://riak-users.197444.n3.nabble.com/Storing-JSON-via-Erlang-Client-tp4029489p4029491.html
Sent from the Riak Users mailing list archive at Nabble.com.
_
Hi,
Does anyone know of any examples illustrating how to store json values via
the erlang client? I've recently started learning riak & erlang, so
straight forward/simple examples would be appreciated. Thanks.
-Ari
___
riak-users mailing list
riak-users