I am starting a new project where I have to use Cassandra as DBMS, Apache Solr as the search engine and Node.js as the server scripting language.
I am good with node.js but totally new to Cassandra and Solr.
what I have now
- Cassandra server running with some data inside a keyspace
test
. - Solr server running on port
8983
.
what am I looking for
- How to index the data of
test keyspace
from cassandra and make it search-able in Solr.
note: We don't have the budget to purchase a DSE licence.
Any help will be appreciated.