Closed MarieSaphira closed 4 years ago
LGTM: 👍
At some point we might have to think about locking down the versions of the databases (instead of lastest), what are your thoughts?
sure, the user can always alter the versions in their templates in the eclipse settings. but we can also change the default versions to ones that are tested with ql
I mean, from QL perspective, we might want to limit the versions we support :) I'll try to come up with a list, and we just pick a new one and keep it at that.
Basic templates for Cassandra and Neo4j are added. For using the respective databases directly, access the container by
then for Cassandra:
cqlsh
and for Neo4j:cypher-shell -u neo4j -p <password>