Skip to content

Instantly share code, notes, and snippets.

@bsima

bsima/repl.clj Secret

Created September 20, 2016 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsima/09995cb9e5f18b7b87f425b8e9e2e513 to your computer and use it in GitHub Desktop.
Save bsima/09995cb9e5f18b7b87f425b8e9e2e513 to your computer and use it in GitHub Desktop.
user> (yurt/blueprint)
{:components
{"datastream.core.conf/config" {:status :not-started},
"datastream.core.search/esclient" {:status :not-started},
"datastream.core.persist/persister" {:status :not-started},
"datastream.service.api/server" {:status :not-started},
"datastream.core.topics/client" {:status :not-started},
"datastream.transactor.core/transactor" {:status :not-started}},
:blueprint
{"datastream.core.conf/config" {:order 1},
"datastream.core.search/esclient" {:order 1},
"datastream.core.persist/persister" {:order 2},
"datastream.service.api/server" {:order 2},
"datastream.core.topics/client" {:order 3},
"datastream.transactor.core/transactor" {:order 4}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment