Are you using Cassandra to record user analytics?

2016-06-15 Thread Richard L. Burton III
these different views. e.g., user vs manager Any feedback on my initial thoughts? -- -Richard L. Burton III

Re: iostat -like tool to parse 'nodetool cfstats'

2016-12-20 Thread Richard L. Burton III
s or Linux Operations > Engineers! > > Founder/CEO Spinn3r.com > Location: *San Francisco, CA* > blog: http://burtonator.wordpress.com > … or check out my Google+ profile > <https://plus.google.com/102718274791889610666/posts> > > -- -Richard L. Burton III @rburton

Re: Reminder: don't listen on public addresses

2017-01-20 Thread Richard L. Burton III
nting this is very simple: don't allow Cassandra to listen on public > interfaces. > > Of course additional security measures are useful as defense in depth, but > bottom line if the bad guys can't connect to your cluster they can't harm > it. > > -- > Jona

Re: scylladb

2017-03-09 Thread Richard L. Burton III
lladb (yet another fastest NoSQL database in > town) and has some thoughts/hands-on experience to share? > > > > Cheers, > > Tommaso > > > > > -- > > > > > -- > Sent from mobile -- apologizes for brevity or errors. > > > > -- > > > > > > > > -- > [datastax_logo.png]<http://www.datastax.com/> > > DANI TRAPHAGEN > > Technical Enablement Lead | dani.trapha...@datastax.com dani.trapha...@datastax.com> > > [twitter.png]<https://twitter.com/dtrapezoid> [linkedin.png] < > https://www.linkedin.com/pub/dani-traphagen/31/93b/b85> [https://lh5. > googleusercontent.com/WcFJcWZHKXnxu01V6zJIQapcGonoazqsv8O7_DtfhW- > qbTRHxDjfX2owDNmQhgojRx5Y4mLEc-KiAeeTJjT0VmKiiIld8UP86AgQPJDK > 2o6oC6BhTmub4NLZ_MO9-E7l9Q] <https://github.com/dtrapezoid> > > [http://datastax.com/all/images/cs_logo_color_sm.png] > > > > -- > > > > > -- -Richard L. Burton III @rburton

Recommendations for an embedded Cassandra and Unit Tests

2016-01-11 Thread Richard L. Burton III
I'm looking to see what's recommended for an embedded version of Cassandra, just for unit testing. I'm looking at https://github.com/jsevellec/cassandra-unit/wiki but I wanted to see if there's was a better recommendation? -- -Richard L. Burton III @rburton

Re: Recommendations for an embedded Cassandra and Unit Tests

2016-01-11 Thread Richard L. Burton III
illes 4.x does offer an embedded Cassandra server support with some > utility classes like ScriptExecutor. It supports C* 2.2 currently : > > https://github.com/doanduyhai/Achilles/wiki/CQL-embedded-cassandra-server > Le 11 janv. 2016 20:47, "Richard L. Burton III" a > écrit

Re: Recommendations for an embedded Cassandra and Unit Tests

2016-01-13 Thread Richard L. Burton III
x regular expression like this: > https://github.com/doanduyhai/incubator-zeppelin/blob/CassandraInterpreter-V2/cassandra/src/main/scala/org/apache/zeppelin/cassandra/ParagraphParser.scala#L55-L69 > is necessary to parse UDF creation statements correctly. > > In a nutshell, parsing (an

Re: Using cassandra a BLOB store / web cache.

2016-01-19 Thread Richard L. Burton III
er, bucket), name) > ); > > CREATE TABLE object.chunks ( > file_id uuid, > num int, > data blob, > PRIMARY KEY (file_id, num) > ); > > For your purposes you could modify the objects table to keep a revision id > or timeuuid for looking at previous versions. If you want some insight > into how the code worked give me a shout. > -- -Richard L. Burton III @rburton

Re: Embedded cassandra

2016-01-26 Thread Richard L. Burton III
in the order of max 10 > instances) and every instance collaborate with others in a peer to peer, > fully decentralized way. Cassandra seems to be the best java db which can > be useful for my purpose. > > Is there any experience of Cassandra embedded in production systems ? > > Regards > Enrico Olivelli > -- -Richard L. Burton III @rburton

Any excellent tutorials or automated scripts for cluster setup on EC2?

2016-01-27 Thread Richard L. Burton III
I'm curious to see if there's automated scripts or tutorials on setting up Cassandra on EC2 with security taken care of etc. Thanks, -- -Richard L. Burton III @rburton

Cassandra - how to scale over time.

2016-01-30 Thread Richard L. Burton III
to expand the capacity of the disks by "doing a rolling upgrade" until I need to add nodes to the cluster to handle the large disk spaces (e.g., 500GB per node max) or CPU becomes an issue. Does this sound like a good solution? -- -Richard L. Burton III @rburton

Re: Cassandra - how to scale over time.

2016-01-30 Thread Richard L. Burton III
Ignore this - :) On Sun, Jan 31, 2016 at 12:00 AM, Richard L. Burton III wrote: > Initially, I want to keep costs fairly tight if possible. I plan to use 3 > instances of m1.large servers with 200GB of disk space per instance. The > application will use up this diskspace within th

Java Driver Question

2016-02-02 Thread Richard L. Burton III
of these nodes without havng to be restarted? -- -Richard L. Burton III @rburton

Re: Java Driver Question

2016-02-02 Thread Richard L. Burton III
said, your client would need to be modified/reconfigured and > restarted if the contact points changed enough that none were accessible. > > > -- Jack Krupansky > > On Tue, Feb 2, 2016 at 10:47 AM, Richard L. Burton III > wrote: > >> In the case of adding more nodes to th

Re: Java Driver Question

2016-02-02 Thread Richard L. Burton III
almost surely belong to the java driver mailing list. Please try to respect > other subscribers by using the most appropriate mailing list when possible. > > On Tue, Feb 2, 2016 at 5:01 PM, Richard L. Burton III > wrote: > >> Very nice - Thanks Jack. I was looking at the docs

Re: Java Driver Question

2016-02-02 Thread Richard L. Burton III
Awesome! I love that. :) On Tue, Feb 2, 2016 at 11:14 AM, Alex Popescu wrote: > > On Tue, Feb 2, 2016 at 8:12 AM, Richard L. Burton III > wrote: > >> is this behavior only related to the Java Drivers? > > > All DataStax drivers for Cassandra provide the node discov

Any tips on how to track down why Cassandra won't cluster?

2016-02-03 Thread Richard L. Burton III
n. Any suggestions on how to track down what might trigger this problem? I'm not receiving any exceptions. -- -Richard L. Burton III @rburton

Re: Any tips on how to track down why Cassandra won't cluster?

2016-02-05 Thread Richard L. Burton III
to >> verify ports are open? If you do something like: >> >> node1$ nc -zv node2 9042 >> node2$ nc -zv node1 9042 >> >> does it succeed from both nodes? >> Does the first node 'know' that it is a seed? i.e. do you have first node >> liste

Cassandra + OpsWorks

2016-02-05 Thread Richard L. Burton III
Although I have Chef + Knife Solo seeing up my servers, I'm very curious if anyone is using Cassandra + OpsWorks. The reason why I ask, it seems like a very good solution to setup servers in AWS and also scaling it out. -- -Richard L. Burton III @rburton

Re: unsubscribe

2010-07-03 Thread Richard L. Burton III
; /* > Joe Stein > http://www.linkedin.com/in/charmalloc > Twitter: @allthingshadoop > */ > -- -Richard L. Burton III

Re: Digg 4 Preview on TWiT

2010-07-06 Thread Richard L. Burton III
stand how you intend to access the data and then model everything based upon that. Cheers, Richard L. Burton III http://www.SmartCodeLLC.com On Tue, Jul 6, 2010 at 9:21 AM, Avinash Lakshman wrote: > FB Inbox Search still runs on Cassandra and will continue to do so. I > should know since I

Re: EC2 small instance config?

2010-07-07 Thread Richard L. Burton III
MySQL, so my next > thing would be to try RAID with Cassandra. > > Also, another theory is that CommitLogSync in batch mode might allow me to > effectively rate limit writing so that I don't overflow memory. > > Thoughts? > > - Andrew > -- -Richard L. Burton III