Hello there,
Coming from dart rest api framework, where we have multiple relations ( many, one-to-one) i wonder what would be the easiest shift for us to cassandra, keeping in mind we have 0 experince with cassandra before. Thus what would be the move to take here, what framework has the best features to build rest-api, and trasform our relationships to cassandra's way of data modelling.
We are also evaluating our option on using cassandra. and been searching online and found stargate. https://stargate.io/docs/stargate/1.0/developers-guide/install/install_existing_cstar.html
and i notice that its only available on docker, is that true? since we do not plan on using docker on our setup, what would be an alternative for a fine grained framework.
Thank you.