typhon-project / typhondl

http://www.typhon-project.org
Eclipse Public License 2.0
1 stars 0 forks source link

Closing #37 #38

Closed MarieSaphira closed 4 years ago

MarieSaphira commented 4 years ago

Basic templates for Cassandra and Neo4j are added. For using the respective databases directly, access the container by

docker exec -it <container-name> sh

then for Cassandra: cqlsh and for Neo4j: cypher-shell -u neo4j -p <password>

DavyLandman commented 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?

MarieSaphira commented 4 years ago

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

DavyLandman commented 4 years ago

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.