Hi everyone, I am pleased to announce the first release of superlifter <https://github.com/oliyh/superlifter>.
Superlifter is an implementation of DataLoader <https://github.com/graphql/dataloader> for Clojure. To quote from the DataLoader readme: DataLoader allows you to decouple unrelated parts of your application without sacrificing the performance of batch data-loading. While the loader presents an API that loads individual values, all concurrent requests will be coalesced and presented to your batch loading function. This allows your application to safely distribute data fetching requirements throughout your application and maintain minimal outgoing data requests. Superlifter uses Urania <https://github.com/funcool/urania>, a remote data access library for Clojure/script inspired by Haxl <https://github.com/facebook/Haxl> which in turn inspired DataLoader. Urania allows batching of similar fetches and deduplication via caching of identical fetches. Superlifter adds smooth integration with libraries like lacinia <https://github.com/walmartlabs/lacinia>, where GraphQL resolvers are run independently and must return data (or promises of data), leading to 1+n problems which can otherwise only be resolved by prefetching which complicates code. There is a readme and an example project for a Lacinia GraphQL server at the repo on Github https://github.com/oliyh/superlifter Feedback appreciated, as always, here or on Github. Cheers, Oliy -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/2cf044bf-1707-4ce8-89cd-a7f6fcb46d98%40googlegroups.com.