How to integrate Elastic search with cassandra?

742 views Asked by At

I wanna to implement elastic search with in my app in which i'm using cassandra as db. this app is gen using Jhipster tech. anybody please suggest a way to implement elastic search using cassandra. Jhipster officials says at that time cassandra is not support elastic search. elassandra is a way to do that but there is not proper way to how to work with elassandra.

1

There are 1 answers

4
Ben Slater On

Elassandra exposes the standard Cassandra and Elasticsearch APIs so you should be able to use Elassandra as a drop-in for Cassandra for use with Jhipster. From a quick look, it doesn't look like Jhipster has any Elasticsearch support but I imagine you could use the REST APIs with custom code.

Cheers Ben