Turns out my problem was that protocol buffers was not installed. I modified the README and am including it here.
From: [email protected] [mailto:[email protected]] On Behalf Of Jon Meredith Sent: Thursday, April 22, 2010 9:34 PM To: [email protected] Subject: Re: riak.py has been removed? Hi Mark, The python client received a significant refactor today thanks to Silas Sewell. It is now more pythonic and can be installed with a setup.py file. riak.py got moved into riak/__init__.py as part of that. I'm not sure what bitbucket is up to, but a clean pull worked for me. Jon On 4/22/10 12:47 PM, Mark Jones wrote: http://hg.basho.com/riak-python-client/changeset/5a6372022a1b#chg-riak.py riak.py appears to have been removed about 9 hours ago. Bitbucket won't display the change set This changeset can not be displayed, as it is too large (cutoff was at 81.1 KB). From: Grant Schofield [mailto:[email protected]] Sent: Thursday, April 22, 2010 1:16 PM To: Mark Jones Cc: [email protected]<mailto:[email protected]> Subject: Re: Newbie Questions: On Apr 22, 2010, at 11:56 AM, Mark Jones wrote: Are there any speed comparisons between riak and Cassandra? Tthere aren't any at the moment, but this is something we are interested in working on (http://blog.basho.com/2010/04/12/toward-a-consistent,-fact-based-comparison-of-emerging-database-technologies/). How can I get the Python client? This page: https://wiki.basho.com/display/RIAK/Client+Libraries#ClientLibraries-Python says to lookhttp://hg.basho.com/riak/src/tip/client_lib/python/riak.py but that link returns a 404 Thanks for pointing out the broken link, we will fix that. You can grab the most recent Python client here: http://hg.basho.com/riak-python-client The client supports both HTTP and protobuffs protocols, but you will need to be running the latest tip or .10rc2 release to use the protobuffs protocol. By the end of the week .10 will be released and you should be able to use that version as well. I'm guessing there is no C/C++ client since I didn't see one listed. No, there isn't currently a C/C++ client, but one is in the works. Is anyone using this thing to store 30,000 500 byte entries/second? It is theoretically possible given good infrastructure and application design, but those numbers are on the very high end of current usage numbers. Grant Schofield Developer Advocate Basho Technologies _______________________________________________ riak-users mailing list [email protected]<mailto:[email protected]> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com _______________________________________________ riak-users mailing list [email protected]<mailto:[email protected]> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
README
Description: README
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
