Re: Storing relationship data

2011-01-05 Thread Justin Sheehy
Hi, Bryan. On Thu, Dec 30, 2010 at 8:02 PM, Bryan Nagle wrote: > Our current setup, is we are using webmachine;  Client connects to > webmachine, and webmachine connects to riak via the erlang pcb client.  So, > if we use links, and we want the client to be aware of the relationships, we > would

Re: PDF or OpenOffice Impresse presentations instead of .KEY + Windows question

2011-01-05 Thread Joel Pitt
On 6 January 2011 08:53, Justin Sheehy wrote: > There's certainly no operating system religion at work here, simply > the limited resources of a small team.  A few different people in the > community have been working on Windows support, which we think is a > great idea -- we just currently don't

Riak Recap for Jan. 3 - 4

2011-01-05 Thread Mark Phillips
Evening, Morning, Afternoon to All, For today's Recap: A few blog posts, Multipart Stream Parsing for Ripple, and some gists from #riak. Enjoy. Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Riak Recap for Jan. 3 - 4 1) The team at BankSimple launched

Re: PDF or OpenOffice Impresse presentations instead of .KEY + Windows question

2011-01-05 Thread OJ Reeves
I'm happy to help out with this. VirtualBox might be a good option given that: Presently, VirtualBox runs on Windows, Linux, Macintosh and OpenSolaris > hosts and supports a large number of guest operating > systems including > but not limited to Windows

Re: PDF or OpenOffice Impresse presentations instead of .KEY + Windows question

2011-01-05 Thread Jeremiah Peschka
A short to medium term fix might be to go the route of some other database vendors and create a linux VM that can be used in VMWare VPlayer. If I had VMWare, I'd go about doing this, but my VM tools are Mac only... Jeremiah Peschka Microsoft SQL Server MVP MCITP: Database Developer, DBA On Wed,

Re: PDF or OpenOffice Impresse presentations instead of .KEY + Windows question

2011-01-05 Thread OJ Reeves
As someone who has to spend most of their time in Windows at the moment, I'd like to just add my view. For the sake of development and testing, I have found that running a number of Riak nodes in a Linux VM on my Windows desktop is as fast, if not faster, than talking to other databases (such as S

Re: PDF or OpenOffice Impresse presentations instead of .KEY + Windows question

2011-01-05 Thread Justin Sheehy
Hello, Jérôme. It looks like Jeremiah has already answered one of your questions, so I'll get the other. On Wed, Jan 5, 2011 at 6:41 PM, Jérôme Verstrynge wrote: > My other question/remark is: there does not seem to be a downloadable > version of Riak for Windows. Is there a technical reason fo

Re: PDF or OpenOffice Impresse presentations instead of .KEY + Windows question

2011-01-05 Thread Jeremiah Peschka
I originally replied only to Jérôme by mistake... here's the original I've converted them to PDF and uploaded to my S3 account. Enjoy! http://facility9.s3.amazonaws.com/introducingriak-100407131402-phpapp01.pdf http://facility9.s3.amazonaws.com/schemadesignwebinar-100708141559-phpapp02.pdf Jere

[ANN] Riak 0.14 Released

2011-01-05 Thread Mark Phillips
Hello Riak Users, We are pleased to announce that Riak 0.14 is tagged and officially ready for downloading. Pre-built installations and source tarballs are available at: http://downloads.basho.com/riak/riak-0.14/ Release notes are here: https://github.com/basho/riak/blob/riak-0.14.0/releasenotes

PDF or OpenOffice Impresse presentations instead of .KEY + Windows question

2011-01-05 Thread Jérôme Verstrynge
Hi, I am very new to Riak and I am reading what I can find on the web. I have noticed two presentation available at: http://www.slideshare.net/hemulen/introducing-riak http://www.slideshare.net/seancribbs/schema-design-for-riak Unfortunately, when I tried to download them, I get a .KEY

Re: trying to list keys in a bucket

2011-01-05 Thread Sean Cribbs
Try using ?keys=stream which will return a bunch of JSON objects with key-lists of varying lengths. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Jan 5, 2011, at 4:15 PM, Jon Brisbin wrote: > I'm working on a Java classloader that pulls class files from Riak inst

trying to list keys in a bucket

2011-01-05 Thread Jon Brisbin
I'm working on a Java classloader that pulls class files from Riak instead of a JAR file. Right now, I'm working on the utility that loads the contents of a local JAR file into Riak. This works fine, but I thought I'd cross my fingers and see if I could list the keys in that bucket to get a list

Re: riak indexing/search issue with json

2011-01-05 Thread Rusty Klophaus
Hi Joseph, Glad to hear that 0.14.0rc1 solved a bunch of the issues you were seeing. The upcoming 0.14 release fixes many query-related and analyzer-related bugs. The mochijson error is a bug in how Riak Search assembles JSON-formatted Solr output. The issue is now tracked here https://issues.bas

Riak and Mahout Investigation

2011-01-05 Thread Lenley Woodard
We are exploring a Java bridge from Riak to Mahout. I have a few questions at this point: 1.) How is parallelization done in Riak? 2.) What internal mechanisms are in Riak to do parallelizations of large matrices? 3.) How does Riak handle multiple cores in complex and data I/O intensive algorithms?

Re: precommit_fail - missing_field

2011-01-05 Thread Rusty Klophaus
Hi Bogdan, Can you send me your schema definition? Best, Rusty On Wed, Jan 5, 2011 at 10:27 AM, bogdan wrote: > > Hello, > > I have three-node riak search cluster, with buckets enabled for indexing > and > the apropriate schema for the index > > Using riak http client the document is inserted

precommit_fail - missing_field

2011-01-05 Thread bogdan
Hello, I have three-node riak search cluster, with buckets enabled for indexing and the apropriate schema for the index Using riak http client the document is inserted with success. But using riak protocol buffer client the following error occurs: {error,<<"{precommit_fail,{error,missing_field,

precommit_fail - missing_field

2011-01-05 Thread bogdan
Hello, I have three-node riak search cluster, with buckets enabled for indexing and the apropriate schema for the index Using riak http client the document is inserted with success. But using riak protocol buffer client the following error occurs: {error,<<"{precommit_fail,{error,missing_field,

Re: Using multiple disks with Riak

2011-01-05 Thread Karsten Thygesen
Hi Yusuf On Jan 5, 2011, at 13:28 , yusuf şahin wrote: > Hello Riak Users! > > > I am working on a testing Riak cluster and have some questions about disks on > nodes. > > 1 - How big or small disk arrays we should use with riak nodes when we have > 1GBS network between nodes and have 8GB ra

Using multiple disks with Riak

2011-01-05 Thread yusuf şahin
Hello Riak Users! I am working on a testing Riak cluster and have some questions about disks on nodes. 1 - How big or small disk arrays we should use with riak nodes when we have 1GBS network between nodes and have 8GB ram on each nodes. Does nodes have limitations like ram cpu, bandwith wh