Amazon EFS and Riak cluster

2016-06-29 Thread Norman Khine
Hi, with Amazon announcing Elastic File System today, https://aws.amazon.com/efs/ I am curious to know if is a good idea to use EFS? Any advice much appreciated. -- %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] ) ___

Re: using riak to store user sessions

2016-06-02 Thread Norman Khine
ing point would be your best bet. > > https://github.com/balor/connect-memcached > > You would then use the Riak Node.js client to fetch and store data: > https://github.com/basho/riak-nodejs-client > > -- > Luke Bakken > Engineer > lbak...@basho.com > > > On Thu, Jun

using riak to store user sessions

2016-06-02 Thread Norman Khine
hello, i am trying to setup a node.js/express application to use riak to store the logged in users' sessions as detailed http://basho.com/use-cases/session-data/ i have setup the dev cluster on my machine and everything is running fine. what is the correct way to set this up? any advise much app

Re: user and password

2013-06-06 Thread Norman Khine
hi adron, thanks for the reply, my current setup is simple, i have an node.js/express website, where users can register and add content to mongodb hosted on AppFog with Redis used for sessions. i like to move this over to riak. i was looking at http://docs.basho.com/riak/latest/cookbooks/Network-S

user and password

2013-05-27 Thread Norman Khine
hello, i have an app written in node.js using express that is running on AppFog, currently it is using MongoDB and Redis which would be ported to Riak what is the correct way to setup security for accessing the riak cluster from AppFog? thanks norman -- %>>> "".join( [ {'*':'@','^':'.'}.get(c,N

costs of scaling riak compared to mangodb

2013-03-25 Thread Norman Khine
hello, would you have any cost comparison analysis document which looks at a running a riak cluster versus mongodb sharded cluster, i am asking as i have been tasked to compare the cost of infrastructure when the volume of data is large. We are storing the information of our users advertising campa

riak with meteor.js

2013-01-09 Thread Norman Khine
hi all, just wanted to find out if there are any projects running meteor.js with riak rather then mongodb? thanks -- %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] ) ___ riak-users mailing list ri

riak on AppFog or other PAAS providers

2012-10-15 Thread Norman Khine
Hello I asked the AppFog developers if they had plans for Riak and was told that at the moment it is not planned - http://docs.appfog.com/roadmap Do you have plans for other PAAS providers to host Riak? Thanks -- %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ",ad

Re: building riak on FreeBSD9

2012-03-01 Thread Norman Khine
yes i used it, but i did not use the gmake to build it. but thanks for pointing it out. On Thu, Mar 1, 2012 at 3:38 PM, Andrew Thompson wrote: > I'm working on patching level and eleveldb, since we now run a fork of > it anyway. I *had* been waiting to get my changes upstream, but that > *still*

Re: building riak on FreeBSD9

2012-03-01 Thread Norman Khine
ms, and try to figure out if > snappy is there or not - i ignored snappy altogether, but that depends on > your needs > 6. gmake > 7. and see what happens next > > I might have had done some other things (apart form OpenBSD specific ones) > but I should remember them as the problems a

Re: secondary indexes for timestamp

2012-03-01 Thread Norman Khine
001 {"keys":["mykey1"]}% ☺ thanks for your help and time On Thu, Mar 1, 2012 at 2:35 PM, Norman Khine wrote: > Hi Ryan, > Thanks for the reply. >  I will need to go an learn more before i take up any more of your time. > > On Thu, Mar 1, 2012 at 1:

Re: secondary indexes for timestamp

2012-03-01 Thread Norman Khine
can do everything 2i can and more) and make some comments inline... > > On Thu, Mar 1, 2012 at 4:56 AM, Norman Khine wrote: >> >> >> 500 Internal Server >> ErrorInternal Server ErrorThe server >> encountered an error while processing this >> >> re

building riak on FreeBSD9

2012-03-01 Thread Norman Khine
Hello again, sorry to keep posting new threads, but i don't see the original post i made for this. anyhow, i followed couple of suggestions from the mailing list and this blog post: http://blog.harperdog.com/2010/12/17/riak-on-freebsd/, make rel work, but now get this error after doing: 282 gi

building riak on freebsd9, $ make rel produces this error "Makefile", line 164: Need an operator

2012-03-01 Thread Norman Khine
Hello, I am trying to build riak from the git repository $ git clone git://github.com/basho/riak.git $ cd riak $ git branch 1.1 origin/1.1 $ git checkout 1.1 $ make rel "Makefile", line 164: Need an operator "Makefile", line 166: Need an operator "Makefile", line 168: Need an operator "Makefile",

secondary indexes for timestamp

2012-03-01 Thread Norman Khine
Hello again, I am trying to figure out how to return my search results from this code, i am using the riak-js client: var time = +new Date(); var origin; db.enableIndex('users');

Re: Error: HTTP error 500: Error:

2012-03-01 Thread Norman Khine
hi thanks for the reply, that was the issue, the search was put to false. On Thu, Mar 1, 2012 at 10:05 AM, Russell Brown wrote: > > On 1 Mar 2012, at 07:52, Norman Khine wrote: > > I hade created a bucket 'users', which i then deleted through the > 'recon' int

Error: HTTP error 500: Error:

2012-02-29 Thread Norman Khine
I hade created a bucket 'users', which i then deleted through the 'recon' interface (well i deleted all the keys within that bucket), but now every time i try to push a new key, i get this error: { [Error: HTTP error 500: Error: {precommit_fail,{hook_crashed,{riak_search_kv_hook,precommit,error,ba

Re: ideas on how to implement a page refresh to pull geo location data stored in riak

2012-02-28 Thread Norman Khine
ot;. Do you need to construct a web page > to display the results from your analytics system? > > Nicholas > > ___ > > Nicholas Young > http://nicholaswyoung.com > > On Feb 28, 2012, at 10:48 AM, Norman Khine wrote: > >> thanks for the advise. >&

Re: ideas on how to implement a page refresh to pull geo location data stored in riak

2012-02-28 Thread Norman Khine
looking for. > > As far as the node.js portions, I have just as much of an idea as you. > Perhaps someone else on this list can point you in the appropriate directino. > --- > Jeremiah Peschka - Managing Director, Brent Ozar PLF, LLC > Microsoft SQL Server MVP > > On Feb 28,

ideas on how to implement a page refresh to pull geo location data stored in riak

2012-02-28 Thread Norman Khine
Hello, Not sure if this is the right forum to post this, but i am hoping you can help. I have a livestats nodejs tracking site, code for it is here: https://github.com/nkhine/livestats which is based on the peepcode screencast, with some updates. i am planning to extend the https://github.com/nk

application_start_failure,wriaki,{{{badmatch,{error,econnrefused}

2011-10-05 Thread Norman Khine
hello, i am trying to run the Wriaki wiki, but get this crash: my riak cluster is up and running: http://pastie.org/2648028 Here is my procedure... aqoon:riak khinester$ cd ~/Sandboxes/riak aqoon:riak khinester$ git log commit d5d3cbbf9c036c144ae57797cf45742120b3080a Merge: 1ca939d bf28217 Aut

Riak september meetup video

2010-12-23 Thread Norman Khine
hello, is the video of the riak september meet-up available, http://lanyrd.com/2010/riak-meetup-september/ ? thanks norman -- ˙uʍop ǝpısdn p,uɹnʇ pןɹoʍ ǝɥʇ ǝǝs noʎ 'ʇuǝɯɐן sǝɯıʇ ǝɥʇ puɐ 'ʇuǝʇuoɔ ǝq s,ʇǝן ʇǝʎ %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ",adym,*

Re: schema for multiple shops carts

2010-08-30 Thread Norman Khine
ge of the initial data. > > Sean Cribbs > Developer Advocate > Basho Technologies, Inc. > http://basho.com/ > > On Aug 30, 2010, at 6:03 AM, Norman Khine wrote: > >> hello, >> i am designing a schema to store shopping cart data and checkout >> confirmation

schema for multiple shops carts

2010-08-30 Thread Norman Khine
hello, i am designing a schema to store shopping cart data and checkout confirmation for a multi shop environment, here is what i have now and am hoping for advise if there could be more efficient ways to do this. the point of the exercise is to be able to study the purchasing habits of shoppers a

parse javascript data into riak

2010-07-05 Thread Norman Khine
hello, i am trying to figure out a way to extract this data http://paste.lisp.org/display/112163 and put it into raik using the riak-js library. so on the same page can i have another to pull the values out and then load them into riak? or would i have to first parse the block and then load the v

schema design advise

2010-06-21 Thread Norman Khine
hello, i want to log this into a riak datastore but i am unsure how to design the buckets: userId, partnerId, {products: [{productId: value, productName: value, productPrice: value, productUrl: value, productDescription: value}, ...]}, orderId, date this basically is a log for when a user access

Re: Riak Search release date

2010-05-22 Thread Norman Khine
what about ElasticSearch http://www.elasticsearch.com/blog/2010/02/25/nosql_yessearch.html integration in Riak? On Fri, May 21, 2010 at 10:15 PM, Eric Gaumer wrote: > On Fri, May 21, 2010 at 12:02 PM, Mark Phillips wrote: >> >> Hey All, >> >> As promised, here is the blog post on Riak Search. >>

dynamic select list from csv

2010-05-08 Thread Norman Khine
hello, i have a csv file which is like: 150;"Europe";154;"Northern Europe";826;"uk";"United Kingdom";"Yorkshire & Humberside";"Humberside" 150;"Europe";154;"Northern Europe";826;"uk";"United Kingdom";"Yorkshire & Humberside";"North Yorkshire" 150;"Europe";154;"Northern Europe";826;"uk";"United Kin

empty list when running the mapreduce script

2010-05-06 Thread Norman Khine
hello, I am following the "The Riak Fast Track " but i am getting an empty list when running the mapreduce script: aqoon:dev khinester$ curl -X POST http://127.0.0.1:8091/mapred -H "Content-Type: application/json" -d @- {"inputs": "goog", "query": [{"map": {"language":"javascript", "nam

Re: SlideBlast - where are the actual pdf files stored?

2010-05-04 Thread Norman Khine
ilesystem backend stores each Riak object in a separate file. So in the > directory listing to which you linked, many of those files contain the > actual uploaded files. > Best, > Rusty > > On Tue, May 4, 2010 at 4:16 PM, Norman Khine wrote: >> >> Hello, >> I have just

SlideBlast - where are the actual pdf files stored?

2010-05-04 Thread Norman Khine
Hello, I have just installed the demo SlideBlast and is working really nicely. Can someone tell me where are the actual files stored? in the directory i have: http://paste.lisp.org/+248E/1 thanks norman -- ¿noʎ uɐɔ uʍop ǝpısdn ǝʇıɹʍ uɐɔ ı - %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr

Re: socket.error: [Errno 61] Connection refused

2010-05-02 Thread Norman Khine
: > Hi Norman, > Looks like you're trying to connect to the handoff port. Riak, by default, > listens on port 8098 for HTTP requests. > > > On Sun, May 2, 2010 at 4:23 AM, Norman Khine wrote: >> >> hello, >> i am trying out the python client but have this:

socket.error: [Errno 61] Connection refused

2010-05-02 Thread Norman Khine
hello, i am trying out the python client but have this: http://paste.lisp.org/display/98666 any advise much appreciated. norman -- ¿noʎ uɐɔ uʍop ǝpısdn ǝʇıɹʍ uɐɔ ı - %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] ) ___

Re: how do i link the riak-erlang-client to the Erland node?

2010-05-01 Thread Norman Khine
               [{{dict,3,16,16,8,80,48, >                        {[],[],[],[],[],[],[],[],[],[],[],[],...}, >                        {{[],[],[],[],[],[],[],[],[],[],...}}}, >                  <<"Hello World">>}], >                {dict,0,16,16,8,80,48, >           

Re: how do i link the riak-erlang-client to the Erland node?

2010-05-01 Thread Norman Khine
_pb_socket.beam | `-- riakclient_pb.beam |-- include | |-- riakc_obj.hrl | |-- riakc_pb.hrl | `-- riakclient_pb.hrl |-- rebar |-- rebar.config `-- src |-- riakc_obj.erl |-- riakc_pb.erl |-- riakc_pb_socket.erl `-- riakclient.proto 6 directories, 18 files > > > O

how do i link the riak-erlang-client to the Erland node?

2010-04-30 Thread Norman Khine
hello, i am following the riak/client_lib/riak-erlang-client/docs/pb-client.txt but am stuck on this point: $ erl -pa $RIAKC/ebin Erlang R13B04 (erts-5.7.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false] Eshell V5.7.5 (abort with ^G) 1> code:which(riakc_pb_client

Re: question on usage

2010-04-30 Thread Norman Khine
river at this time. > > Thanks, > Grant Schofield > Developer Advocate > Basho Technologies > > > On Apr 29, 2010, at 4:22 PM, Norman Khine wrote: > >> hello, >> in an application i am planning i am using a python based library >> called itools (http://h

question on usage

2010-04-29 Thread Norman Khine
hello, in an application i am planning i am using a python based library called itools (http://hforge.org) which stores the data on the filesystem as a git (http://git-scm.com/) based database. what will be interesting to know if it will be possible to use riak to distribute this across multiple n

Re: building on OS X 10.6.2 Dependency not available: webmachine-"1.*" .. Dependency not available: mochiweb-"0.02

2010-04-25 Thread Norman Khine
thanks this worked. On Sun, Apr 25, 2010 at 10:55 AM, Alexander Sicular wrote: > upgrade your erlang to R13B04. > > On Apr 25, 2010, at 4:52 AM, Norman Khine wrote: > >> thanks >> >> On Sun, Apr 25, 2010 at 5:53 AM, Eric Gaumer wrote: >>> >>> &g

Re: building on OS X 10.6.2 Dependency not available: webmachine-"1.*" .. Dependency not available: mochiweb-"0.02

2010-04-25 Thread Norman Khine
thanks On Sun, Apr 25, 2010 at 5:53 AM, Eric Gaumer wrote: > > > On Sat, Apr 24, 2010 at 11:51 PM, Norman Khine wrote: >> >> hello, >> i am trying to build riak on osx, but get the following dependency issues: >> >> $ make rel >> ./rebar compile g

building on OS X 10.6.2 Dependency not available: webmachine-"1.*" .. Dependency not available: mochiweb-"0.02

2010-04-24 Thread Norman Khine
hello, i am trying to build riak on osx, but get the following dependency issues: $ make rel ./rebar compile generate ==> luke (compile) Compiled src/luke.erl Compiled src/luke_flow_sup.erl Compiled src/luke_phase.erl Compiled src/luke_flow.erl Compiled src/luke_phase_sup.erl Compiled src/luke_sup