Best Java ORM for Cassandra

I am new to Kassandra. We plan to store data in Cassandra, and we want to use our existing Java POJO. Consequently, I searched for ORM and I came across the following Achilles, Kundera, Spring data and Easy-Cassandra.

Could you tell me what we can use.

We use the KARAF OSGI container, so it would be better if the jar were compatible with OSGI.

Our POJO - deep dive

eg.

The employee has
|
- POJO Address
- POJO Department

There are other POJOs in the addresses and departments within it.

+7
source share
2 answers

Kundera , .

- - POC , , Spring -data Easy-Cassandra ( ). , , ORM .

ORM .

:

Datastax , ORM . , API.

, Kundera:

  • JPA ( JPA, Hibernate, ).
  • ( , API )
  • ( ).
  • Elasticsearch. .
  • Thrift Datastax Driver ( Kundera)
+6

Hibernate OGM, () JPA NoSQL, Cassandra.

0

Source: https://habr.com/ru/post/1648422/


All Articles