From f887c6af893e1ce83e6c0d1af99c765f32a8c1f3 Mon Sep 17 00:00:00 2001 From: Stefan Rotsch Date: Tue, 29 Jun 2021 16:06:09 +0200 Subject: [PATCH] Add DGS Frameworkt to tools/assess --- radar/2021-01-01/dgs.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 radar/2021-01-01/dgs.md diff --git a/radar/2021-01-01/dgs.md b/radar/2021-01-01/dgs.md new file mode 100644 index 0000000..15085ef --- /dev/null +++ b/radar/2021-01-01/dgs.md @@ -0,0 +1,12 @@ +--- +title: "DGS Framework" +ring: tools +quadrant: assess +--- + +The [DGS Framework](https://netflix.github.io/dgs/) is a [GraphQL](https://graphql.org/) server framework based on [Spring Boot](https://spring.io/projects/spring-boot/). It extends [GraphQL Java](https://www.graphql-java.com/) with additional features such as: +- an annotation-based programming model for Spring +- a test framework for writing query tests as unit tests +- a [Gradle](https://gradle.org/) code gerneration plugin to create types from a GraphQL schema + +It works well with both Java and Kotlin and allowed us a quick start with getting our first GraphQL servers up and running.