valchkou / cassandra-driver-mapping

JPA addon for DataStax Java Driver for Cassandra
58 stars 24 forks source link

Project status #74

Open DBatOWL opened 8 years ago

DBatOWL commented 8 years ago

Hi Eugene, just touching base to get an update on the status of the driver. We haven't seen an update for a while, and 2.2 never left RC status, so I was wondering if there is a 3.0 version coming soon or do you feel that the datastax drive has finally reached a level of maturity that we should consider using it now.

valchkou commented 8 years ago

Hi DBatOWL, the reason why I stopped doing updates is that datastax redesigned their core functionality and currently simple upgrade doesn't work anymore. Now I have to find time to do refactoring to match their new class model. I don't see datastax mapper evolving though. They did basic functionality and seems like gave up. There is another project developing: http://projects.spring.io/spring-data-cassandra Which is compliant with spring data interfaces. But also missing some features and behind even my version.

ddesmeules commented 8 years ago

Hi Eugene, I made a version for cassandra-core 3.0 here at yahoo since I wanted to use your schema sync capabilities. Would you be interested in a pull request ? The changes are not that complicated but I had to modify some unit tests so it would be good if you could take a look at it to validate the changes I made. Thanks Daniel

valchkou commented 8 years ago

Hi Daniel,It sounds great! I am interested to see what you did.

Thank you,Eugene

  From: Daniel Desmeules <notifications@github.com>

To: valchkou/cassandra-driver-mapping cassandra-driver-mapping@noreply.github.com Cc: Eugene valchkou@yahoo.com; Comment comment@noreply.github.com Sent: Wednesday, June 1, 2016 1:30 PM Subject: Re: [valchkou/cassandra-driver-mapping] Project status (#74)

Hi Eugene, I made a version for cassandra-core 3.0 here at yahoo since I wanted to use your schema sync capabilities. Would you be interested in a pull request ? The changes are not that complicated but I had to modify some unit tests so it would be good if you could take a look at it to validate the changes I made. Thanks Daniel— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

valchkou commented 8 years ago

ver for driver 3.0 published on maven central