clojure-dsl-resources VS GraphQL-format.clj

Compare clojure-dsl-resources vs GraphQL-format.clj and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
clojure-dsl-resources GraphQL-format.clj
6 1
170 9
- -
0.0 0.0
almost 2 years ago over 3 years ago
Clojure
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

clojure-dsl-resources

Posts with mentions or reviews of clojure-dsl-resources. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-26.
  • Let's write a simple microservice in Clojure
    7 projects | dev.to | 26 Apr 2024
    Compojure's DSL for web applications makes it easy to set up REST API routes with corresponding HTTP methods. Adding a Swagger API descriptor through libraries like ring-swagger provides a visual interface for interacting with the API and enables client code generation. You can use the Prismatic schema library for HTTP request validation and data coercing to ensure the API consumes and produces data that conforms to predefined schemas. Compojure's middleware approach allows for modular and reusable components that can handle cross-cutting concerns like authentication, logging, and request/response transformations, enhancing the API's scalability and maintainability.
  • What are some great Clojure libraries, as of 2021?
    12 projects | /r/Clojure | 30 Mar 2021
    The widespread use of simple data structures for almost everything makes graph data - and any data really - very, very portable and it helps to enable this emerging ecosystem of graph libraries in both the frontend and backend.
  • Just came across specter... mind blown!
    2 projects | /r/Clojure | 21 Feb 2021
    A couple more: https://github.com/simongray/clojure-dsl-resources#data-matchingtransformation-dsls
  • Clojure DSL resources
    4 projects | /r/Clojure | 3 Jan 2021
    I added your library under data-based DSLs.

GraphQL-format.clj

Posts with mentions or reviews of GraphQL-format.clj. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-03.
  • Clojure DSL resources
    4 projects | /r/Clojure | 3 Jan 2021
    This is neat. It's so hard to find the right library for one's own particular needs that I ended up writing my own library to do what I needed. Looking down your list, it's funny that what I ended up doing is surprisingly similar to faconne in both concept and implementation. Might have saved me a lot of work had I known it existed.

What are some alternatives?

When comparing clojure-dsl-resources and GraphQL-format.clj you can also consider the following projects:

malli - High-performance data-driven data specification library for Clojure/Script.

editscript - A library to diff and patch Clojure/ClojureScript data structures

xforms - Extra transducers and reducing fns for Clojure(script)

specter - Clojure(Script)'s missing piece

schema - Clojure(Script) library for declarative data description and validation

clojure-graph-resources - A curated list of Clojure resources for dealing with graph-like data.

meander - Tools for transparent data transformation

fulcro - A library for development of single-page full-stack web applications in clj/cljs

crux - General purpose bitemporal database for SQL, Datalog & graph queries. Backed by @juxt [Moved to: https://github.com/xtdb/xtdb]

transit-format - A data interchange format.

methodical - Functional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, helpful debugging tools, and more.