Reputation: 71
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.
Upvotes: 1
Views: 742
Reputation: 126
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
Upvotes: 1