Re: Cassandra CSV & JSON uploader

2014-05-28 Thread Robert Coli
On Tue, May 27, 2014 at 8:33 PM, Samir Faci wrote: > http://www.datastax.com/docs/1.0/references/sstable2json might be what > you're looking for. It's in the bin folder of your cassandra installation. > > Though I really doubt you'd want to just drop what is in Oracle into > cassandra. SQL to

Re: Cassandra CSV & JSON uploader

2014-05-28 Thread Peter Lin
I think it's important to remember that distributed cache are different than NoSql database. As much as people like to think both of them are hammers, they're not. The kinds of workloads each is good at is different, so let's not recommend people misuse and abuse cassandra, dse or coherence. On T

Re: Cassandra CSV & JSON uploader

2014-05-27 Thread Colin
Why wouldnt you use datastax enterprise in-memory option vs oracle coherence? > On May 27, 2014, at 10:33 PM, Samir Faci wrote: > > http://www.datastax.com/docs/1.0/references/sstable2json might be what > you're looking for. It's in the bin folder of your cassandra installation. > > Thou

Re: Cassandra CSV & JSON uploader

2014-05-27 Thread Samir Faci
http://www.datastax.com/docs/1.0/references/sstable2json might be what you're looking for. It's in the bin folder of your cassandra installation. Though I really doubt you'd want to just drop what is in Oracle into cassandra. SQL to NoSQL is rarely ever a 1 to 1 mapping. On Tue, May 27, 2014

Cassandra CSV & JSON uploader

2014-05-27 Thread Joyabrata Das
Hi, Could someone please help on how to import data from Apache Cassandra to Oracle Coherence. As per my understanding it could be done by sstable to JSON-->JSON upload to oracle coherence, however is there any code/tool/script to upload JSON to Oracle Coherence. Thanks, Joy