perlcassa
perlcassa copied to clipboard
a Perl client for Apache Cassandra
heya, just a heads up that the use of threads in perl is pretty much avoided at all costs. Maybe take a look at IO::Async ( event loop based )?...
[WARNING] attempt 0 of 2 - unable to connect to host 10.8.30.101 at /brts/lib/perlcassa/Client.pm line 237. [Tue Jan 29 18:22:40 2013] [notice] child pid 28925 exit signal Segmentation fault (11)
Hi Micheal , I am trying to use Perl module -Perlcassa My Use Case is : Fetch a query from Cassandra using perl through get and get_slice where rowkey is...
Most of the low level support for prepared queries is ready. Things that are still missing: - Syntax - Map type support - List type support - Set typesupport
Is there any way to retrieve rows with a CompositeType as key on perlcassa? I have not seen that use case on the examples yet.
Does perlcassa support authentication like the SimpleAuthenticator? I did not see a way to specify user credentials.