Fork me on GitHub
#graphql
<
2017-11-12
>
buzzdan07:11:50

Hi everyone 🙂 I'm considering which lib to use for exposing graphQL endpoint instead of REST in my clojure service/s it will be used by other services (backend only) i'm looking at lacinia vs alumbra vs graphql-clj any insights about using those ? thanks a lot Dan

boubalou13:11:40

Lacinia simply rocks and having one of the top maintainer always hanging around here with great answers is invaluable.

guy10:11:16

I can agree with @U4FGRRHDE Lacinia has been really great so far!

rickmoynihan13:11:21

can’t comment on the others but lacinia has been great

boubalou15:11:34

Same, never tried the other 2.

johnny.martin22:11:33

Ditto. Haven't really tried others. But we're doing quite well with lacinia. Been nice to have hlship hanging out here and answering my occasional Q's.

buzzdan10:11:58

Lacinia looks a good option. what is the recommended start-up template ? do you use walmart's clojure-game-geek example or justworks template ?

rickmoynihan12:11:10

i.e. no template

rickmoynihan12:11:51

but hadn’t seen justworks…

r0man12:11:11

@U6NU3UY7R I went with alumbra and I'm very happy with it. I'm using it with postgresql and like the batch loading of claro (which is used by alumbra). alumbra has also middleware that can be plugged in which is also nice.

buzzdan12:11:46

@U0CKBRBD2 are you using it in production already ? in what scale? have you had any issues? thank

r0man12:11:49

no, but we plan to do so. we have around 100 mutations and around 80 queries at the root. I think alumbra came out of stylefruits and they are using it in production