Welcome! Please see the About page for a little more info on how this works.

+2 votes
in Cloud by

Currently in Cloud there is no way to interact with a datomic database before making the system available for external requests.

Potential uses:

  • deploy the same code everywhere (dev & prod) and it does db-ensure
    actions
  • load data and/or schema prior to the system being live
  • start components or other system-management tooling
  • provide (easy) way to integrate startup (e.g. mount/system-component)
  • provide status and ability to know when pieces are started so you can finish app initialization

Please log in or register to answer this question.

...