Re: Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-14 Thread sha p
Hi All, Is there any free Cassandra IDEs available? If so please share? what is advantages of enterprise edition IDEs? Regards, Shyam On Wed, Sep 5, 2018 at 6:51 PM sha p wrote: > > Hi all , >> Me new to Cassandra , i was asked to migrate data from Oracle to >> Cassandra. >> Please help me gi

Re: Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-14 Thread sha p
Thanks a lot Rahul sir, Where can I find more information ? any blog or links on that ? On Mon, Sep 10, 2018 at 6:52 PM Rahul Singh wrote: > Look into Kafka Connect. It does tracking internally in a topic. Works > better going from relational to Cassandra. > > Still won’t fix your potential data

Re: Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-10 Thread Rahul Singh
Look into Kafka Connect. It does tracking internally in a topic. Works better going from relational to Cassandra. Still won’t fix your potential data model issue related to skew and wide partitions. Rahul Singh Chief Executive Officer m 202.905.2818 Anant Corporation 1010 Wisconsin Ave NW, Sui

Re: Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-06 Thread sha p
Thank you Jeff. While migration , how can test/validate against Cassandra particularly i am going for "parallel run". Any sample strategy? Regards, Shyam On Thu, 6 Sep 2018, 09:48 Jeff Jirsa, wrote: > It very much depends on your application. You'll PROBABLY want to double > write for some per

Re: Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-05 Thread Jeff Jirsa
It very much depends on your application. You'll PROBABLY want to double write for some period of time - start writes to both Cassandra and Oracle, and then ensure they're both in sync. Once you're sure they're both in sync, move your reads from Oracle to Cassandra. On Wed, Sep 5, 2018 at 8:58

Re: Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-05 Thread sha p
Hi all, Sir how should I keep track of the data which is moved to Cassandra , what are the best strategies available? Regards, Shyam On Wed, 5 Sep 2018, 18:51 sha p, wrote: > > Hi all , >> Me new to Cassandra , i was asked to migrate data from Oracle to >> Cassandra. >> Please help me giving yo

Re: [EXTERNAL] Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-05 Thread sha p
e what you need your data platform to deliver, then you can start a >> sizing discussion. The good thing is, you can always scale (as long as the >> data model is good). >> >> >> >> >> >> Sean Durity >> >> >> >> *From:*

Re: [EXTERNAL] Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-05 Thread Rahul Singh
don’t need > > > Cassandra. If you can define what you need your data platform to deliver, > > > then you can start a sizing discussion. The good thing is, you can always > > > scale (as long as the data model is good). > > > > > > > > > S

Re: [EXTERNAL] Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-05 Thread Rahul Singh
, > > > then you can start a sizing discussion. The good thing is, you can always > > > scale (as long as the data model is good). > > > > > > > > > Sean Durity > > > > > > From: sha p > > > Sent: Wednesday, Sept

Re: [EXTERNAL] Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-05 Thread Jeff Jirsa
ha p > *Sent:* Wednesday, September 05, 2018 9:21 AM > *To:* user@cassandra.apache.org > *Subject:* [EXTERNAL] Regarding migrating data from Oracle to > Cassandra.migrate data from Oracle to Cassandra. > > > > > > Hi all , > > Me new to Cassandra , i was asked to mi

RE: [EXTERNAL] Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-05 Thread Durity, Sean R
(as long as the data model is good). Sean Durity From: sha p Sent: Wednesday, September 05, 2018 9:21 AM To: user@cassandra.apache.org Subject: [EXTERNAL] Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra. Hi all , Me new to Cassandra , i was asked to

Regarding migrating data from Oracle to Cassandra.migrate data from Oracle to Cassandra.

2018-09-05 Thread sha p
> Hi all , > Me new to Cassandra , i was asked to migrate data from Oracle to Cassandra. > Please help me giving your valuable guidance. > 1) Can it be done using open source Cassandra. > 2) Where should I start data model from? > 3) I should use java, what kind of jar/libs/tools I need use ? > 4)