Fork me on GitHub
#datomic
<
2019-06-02
>
johnj03:06:06

I mean, the client is the same API for both on-prem and cloud IIRC

joshkh10:06:16

question about query groups and "planning your system" on ions. the diagram here [1] suggests different query groups for each stage (dev/stg/prod) of some application, and each stage is running a different code deploy revision. does each query group have a different application name? and if so, how can i deploy different revisions to query groups of the same system without updating and committing my ion-config.edn's app-name: [query group name] to point to each query group? [1] https://docs.datomic.com/cloud/operation/planning.html#stages

henrik06:06:41

Your query groups will get their own CodeDeploy application names. When you deploy, you'll give that name to indicate with query group to deploy to. Query groups can indeed run different revisions.

joshkh10:06:18

does $GROUP become the name of the app stage query group, such as my-app-stg, rather than the main compute group? clojure -A:dev -m datomic.ion.dev '{:op :deploy :rev $(REV) :group $(GROUP)}'

joshkh10:06:37

wait that's not right, $GROUP needs to be a compute group