Fellow Riak Core enthusiasts,
Here's my first post on Riak Core, another one soon to follow. This mainly
goes over my fork of J. Newland's rebar_riak_core template which I've added
to and named "multinode." Basically, the multinode template allows you to
get a Riak Core based cluster up-and-runn
The topic I'd really like coverage is, what can riak-core do that other
stack including erlang+otp can't do.
Basically, what awesome unique sauce does it bring to the table that you
would want to ditch your favorite stack?
___
riak-users mailing list
ria
I'm installing the lakes/celtics twitter data linked through Basho's
site. I can get some basic text searches to work, but I'm seeing some
weird results from numerical range queries:
search_query = client.search('stuff', 'followers:[140 TO 150]')
Name:Kevin Shpunt Term:lakers Followers:146
Name:C
Using the following python script to load the basketball tweets, I can
do bucket.get(key), which works. client.search(), doesn't work for me,
get_data() returns None:
#!/usr/bin/python
import csv
import riak
import simplejson
import sys
import datetime
import time
import uuid
# Connect to Riak.
Afternoon, Evening, Morning to All -
Here's a short Recap for the last several days.
Enjoy.
Mark
Community Manager
Basho Technologies
wiki.basho.com
twitter.com/pharkmillups
Riak Recap for April 1 - 3
===
1) kraay and aphyr had a great chat in #riak that started with "I'm
eva
Hi all,
I just wanted to back up Sean and Andrew. In the last two days I've
built Riak from source on Arch and Ubuntu (both 64bit) with R14B02 and
haven't had any issues at all.
Works on my machine ;-)
OJ
Sent from my Windows Phone From: Sean Cribbs
Sent: Tuesday, 5 April 2011 5:54 AM
To: Andr
Alright. I'll wait for 0.14.2.
-J
On Mon, Apr 4, 2011 at 1:55 PM, Sean Cribbs wrote:
> Jason,
>
> Andrew did fix those issues, however homebrew uses release tarballs rather
> than git to build. If you modify your local formula to pull from git, it
> should work just fine.
>
> Sean Cribbs
> D
Jason,
Andrew did fix those issues, however homebrew uses release tarballs rather than
git to build. If you modify your local formula to pull from git, it should
work just fine.
Sean Cribbs
Developer Advocate
Basho Technologies, Inc.
http://basho.com/
On Apr 4, 2011, at 3:36 PM, Andrew Thomp
Looks like it hasn't made it into Homebrew yet then:
https://gist.github.com/902267
-J
On Mon, Apr 4, 2011 at 1:36 PM, Andrew Thompson wrote:
> On Mon, Apr 04, 2011 at 12:54:05PM -0600, Jason J. W. Williams wrote:
>> Any word on R14B02 support in Riak? Anxious to get it running again in
>> Hom
On Mon, Apr 04, 2011 at 12:54:05PM -0600, Jason J. W. Williams wrote:
> Any word on R14B02 support in Riak? Anxious to get it running again in
> Homebrew.
>
> -J
>
It doesn't build out of the box if you use latest git? I thought I'd fixed
the R12B02 issues.
Andrew
I'm really interested to see how we can graduate from simple OTP to a real
distributed app that parallelizes workloads, partitions data, the whole nine
yards... :)
I know start-ups are using core already to power Erlang-based cloud apps
(riak_core, Riak, maybe a little messaging thrown in for g
Best practices and pitfalls for building the plugins. Not just "do this"
but "do this because X and watch out for Y."
Rock on!
-mox
On Mon, Apr 4, 2011 at 11:59 AM, Mark Phillips wrote:
> Hey Jon,
>
> A webcast (or better yet a series of webcasts) on riak_core is a great
> idea, and somethi
Hi Rusty,
Thanks for the response.
I should have mentioned that I also tried the search case sensitive with the
same results:
(dev1@127.0.0.1)19> search:search(<<"my_index">>, <<"title:Title">>).
=ERROR REPORT 4-Apr-2011::13:48:48 ===
range_loop timed out!** exception throw: {timeout,range
Hey Jon,
A webcast (or better yet a series of webcasts) on riak_core is a great
idea, and something we've been talking about producing. Guess we'll
just have to move a bit faster :) The first one will probably be an
overview of how to build a simple app with riak_core.
Time permitting, we'll try
Any word on R14B02 support in Riak? Anxious to get it running again in Homebrew.
-J
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
I wrote a simple Python client to insert data but when I try to
perform a query, I get:
Traceback (most recent call last):
File "./search.py", line 29, in
row = result.get()
File "build/bdist.linux-x86_64/egg/riak/mapreduce.py", line 302, in get
File "build/bdist.linux-x86_64/egg/riak/b
Hi Mike,
The Whitespace tokenizer (the default) is case sensitive, so the query
should be:
search:search(<<"my_index">>, <<"title:Title">>)
If you want a tokenizer that is case-insensitive and also filters out
stopwords (basically, something more appropriate for prose) you can use the
Standard a
I've written a blog post about my experience launching a 100-node Riak
cluster on EC2 and I thought it might be of interest to the list. All
feedback welcome.
http://reiddraper.com/100-node-riak-cluster/
Reid Draper
___
riak-users mailing list
riak-user
Hi there,
After having talked to the Riak team at the Erlang Factory in SF about their
recent use of Quickcheck for testing parts of Riak, I wonder whether you guys
have some advice on the following issue.
We have a database abstraction layer which uses the Riak Erlang client under
the hood. T
19 matches
Mail list logo