This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-16
Channels
- # aws-lambda (1)
- # bangalore-clj (2)
- # beginners (121)
- # boot (23)
- # cljs-dev (165)
- # cljsrn (8)
- # clojars (2)
- # clojure (164)
- # clojure-berlin (6)
- # clojure-chicago (3)
- # clojure-italy (5)
- # clojure-nl (1)
- # clojure-russia (4)
- # clojure-serbia (32)
- # clojure-sg (1)
- # clojure-spec (8)
- # clojure-uk (55)
- # clojurescript (94)
- # cursive (21)
- # datomic (30)
- # events (1)
- # hoplon (6)
- # jobs (1)
- # keechma (1)
- # liberator (2)
- # luminus (8)
- # off-topic (48)
- # om (12)
- # onyx (24)
- # parinfer (15)
- # pedestal (8)
- # re-frame (4)
- # sql (18)
- # test-check (31)
- # unrepl (70)
- # untangled (21)
Nooope: Looks like this is due to the way arachne does things. This should have been so easy! lol
@georgek Hello! I’m here for a bit.
Can I help with any questions?
Oh hi! Thanks, actually nope, hence the last comment. Arachne has its own world and, being new, doesn’t always play nice with others. The last wall was some deep spec-driven thing from inside arachne’s runtime.
I’m getting help from luke to get things fully integrated but def. not anything to do with Onyx
Sweet, glad to hear you’re almost over the hurdle!
Best I got.
Almost did emoji for middle finger by accident. Whole different can of worms
So this is a really newbie question around how to structure projects for setting up a system. I just encountered the lein onyx template. It looks peer-oriented but it does have affordances to submit jobs. I’ve been going the whole route with spinning up an env, peer group, and peers. My question: In a typical deployment you need kinda both if you want a server entrypoint that provides a REST api to submit jobs right (if you want to organize your projects this way)?
@georgek Yeah we’ve seen a lot of different set ups. For what I know about your situation, you’d probably want to search through the idioms in the template and bring them back into your own project.
For sure!