PHP Client Release

2015-04-17 Thread Christopher Mancini
"2.0.*" }, The github repo can be found here: https://github.com/basho/riak-php-client <https://github.com/basho/riak-php-client> API docs are published here: http://basho.github.io/riak-php-client/ <http://basho.github.io/riak-php-client/> Thanks, Christopher Mancini

Re: Looking for a sample to store and retrieve images in Riak using UGameDB

2015-05-06 Thread Christopher Mancini
Inc. >> cmeiklej...@basho.com >> >> > > ___ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > -- Sin

Re: Ansible galaxy roles only support three-year-old Ubuntu 12.04

2015-05-27 Thread Christopher Mancini
s available could > support it too. > > Cheers, > Toby > > ___ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > -- Sincerely, Christopher Mancini

Re: Bug: Stanchion 1.5 in repo along riak cs 2.0

2015-06-09 Thread Christopher Mancini
11:40 PM, Matthew Brender >> wrote: >> >>> For others not finding it, the instructions show up here: >>> >>> https://packagecloud.io/basho/riak-cs/packages/ubuntu/trusty/riak-cs_2.0.0-1_amd64.deb >>> >>> >>> Matt Brender | Developer Advocacy Le

Re: Riak CS docs have incorrect packagecloud URL

2015-06-09 Thread Christopher Mancini
>> >> deb https://packagecloud.io/basho/riak_cs/ubuntu/ precise main >> >> >> >> However they are supposed to be?: >> >> >> >> deb https://packagecloud.io/basho/riak-cs/ubuntu/ precise main >> >> >> >> Note the dash instead of an underscore. >> >> &g

Re: Riak C example segmentation fault

2015-07-23 Thread Christopher Mancini
Hi Tom, Unfortunately, I believe the C client was a project that was started with the intention of knocking down two birds with one stone, official support for C and wrap it as a C extension for PHP. The project has not been updated in about a year, while other clients have seen a lot of updates i

Re: A problem running Riak in a Docker image under Vagrant on Windows 7,8 and 10

2015-08-31 Thread Christopher Mancini
Hey Pete, If you want to share your setup, I will try to replicate the problem and see if I can help. Chris On Mon, Aug 31, 2015 at 2:08 PM Matthew Brender wrote: > Hey Pete, > > That's an interesting situation that leads me to think its a Windows > Vagrant consideration, given that everything

Re: Using Bucket Data Types slowed insert performance

2015-10-20 Thread Christopher Mancini
Hi Dennis, I am not the most experienced, but what I do know is that a file that size causes a great deal of network chatter because it has to handoff that data to the other nodes in the network and will cause delays in Riak's ability to send and confirm consistency across the ring. Typically we r

Re: Using Bucket Data Types slowed insert performance

2015-10-20 Thread Christopher Mancini
e received/requested. > > > > Thank you, > > > > Mark Schmidt > > > > *From:* Alexander Sicular [mailto:sicul...@gmail.com] > *Sent:* Tuesday, October 20, 2015 10:55 AM > *To:* Dennis Nicolay > *Cc:* Christopher Mancini ; riak-users@lists.basho.com; &g

Riak PHP Client v3 and official Protocol Buffers support v1

2015-12-30 Thread Christopher Mancini
releases can be retrieved from packagist.com @ https://packagist.org/packages/basho/ Enjoy! Chris -- Sincerely, Christopher Mancini - employee = { purpose: solve problems with code, phone:7164625591, email: cmanc...@basho.com, github:http

Re: Testing On A Single Node

2016-02-26 Thread Christopher Mancini
__ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > ___ > riak-users mailing list > riak-users@lists.basho.com >

Re: Ok, I am stumped. Losing data or riak stop

2016-02-26 Thread Christopher Mancini
e > > > riak01@ubuntu:/etc$ curl -i http:// > :8098/types/n1/buckets/test/keys?keys=true > HTTP/1.1 200 OK > Vary: Accept-Encoding > Server: MochiWeb/1.1 WebMachine/1.10.8 (that head fake, tho) > Date: Fri, 26 Feb 2016 13:16:34 GMT > Content-Type: application/json > C

Re: Continuous HTTP POSTs to Riak

2016-03-03 Thread Christopher Mancini
t; > > > _______ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > > > > _

Re: a weird error while post request to server for store object

2016-09-12 Thread Christopher Mancini
#x27;, // content > > $keywords, // keywords > > $date, // date posted > > true // published > > ); > > $post1->store(); > > > > the wireshark captured packet : > > > > 192.168.171.124(client ip) => 192.168.111.2(riak server ip)