#
pedestal
Here are 40 public repositories matching this topic...
A Clojure & JVM library for developing GraphQL API instantly from Postgres and MySQL databases
mysql
java
graphql
clojure
spring-boot
postgresql
rad
graphql-server
ring
pedestal
sparkjava
graphql-api
low-code
lacinia
-
Updated
Nov 8, 2020 - Clojure
Easily build APIs in Pedestal using Schema and Swagger
-
Updated
Feb 12, 2021 - Clojure
a secret door to your Pedestal application
-
Updated
Sep 19, 2018 - Clojure
A simple demo using pathom, fulcro and crux
-
Updated
Oct 26, 2019 - Clojure
A protoc compiler plugin for Clojure applications
serialization
protobuf
protocol-buffers
grpc
pedestal
protobuf-compiler
protoc-plugin
google-protocol-buffer
-
Updated
Mar 3, 2022 - Clojure
An example of using shadow-cljs for fullstack Clojure/Script application
-
Updated
Dec 3, 2018 - Clojure
Demo Applications Developed using GraphQLize
-
Updated
Nov 8, 2020 - HTML
Clojure Microservice, used: datomic, docker, pedestal, component, schema, hexagonal architecture
docker
clojure
schema
component
microservice
docker-compose
makefile
hexagonal
pedestal
datomic
clojure-development
-
Updated
Feb 1, 2021 - Clojure
Study notes on Microservices with Clojure
-
Updated
Jun 21, 2018 - Clojure
Simple controller mechanism for Pedestal applications
-
Updated
Jul 1, 2019 - Clojure
FPX and Cybersource integration in Clojure
-
Updated
Jul 28, 2021 - Clojure
An application to execute pull requests workflows with a yaml configuration file to execute automated tests and run apps with docker.
-
Updated
Sep 21, 2017 - Clojure
Experimental graphql backend on Clojure stack
-
Updated
Apr 4, 2020 - Clojure
Improve this page
Add a description, image, and links to the pedestal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pedestal topic, visit your repo's landing page and select "manage topics."


Swagger feature docstring (and spec?) places tags on route-data root:
https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55
Examples place tags key under swagger:
https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj#L30
Both seem to generate proper swagger.json, but first one fails spec validation. Why? Sp