Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for Cassandra #21

Open
dadrus opened this issue Aug 15, 2017 · 4 comments
Open

Implement support for Cassandra #21

dadrus opened this issue Aug 15, 2017 · 4 comments

Comments

@dadrus
Copy link
Owner

dadrus commented Aug 15, 2017

Implement an extension to JPA-Unit which supports all the JPA-Unit tools with Cassandra.

The idea is to be able to use JPA providers, which support NoSQL databases, thus to be able to reuse (to a certain extent) existing code and test implementation when switching between different data base types or when using different types of data bases (polyglot persistence) in one project.

Cassandra seems to be supported by following JPA provider:

@dadrus
Copy link
Owner Author

dadrus commented Sep 19, 2017

Issue encountered with hibernate OGM. See OGM-1324 for details.

@dadrus
Copy link
Owner Author

dadrus commented Sep 19, 2017

Issue encountered with Datanucleus as well. See datanucleus/datanucleus-cassandra#32 for detail.

@dadrus
Copy link
Owner Author

dadrus commented Sep 19, 2017

Kundera and EclipseLink enforce additional code level dependencies making re-usage of so far used test data model impossible.

@dadrus
Copy link
Owner Author

dadrus commented Dec 27, 2017

test data models are project specific now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant