diff --git a/radar/2021-01-01/adr.md b/radar/2021-01-01/adr.md index 1e20a24..b87c540 100644 --- a/radar/2021-01-01/adr.md +++ b/radar/2021-01-01/adr.md @@ -1,5 +1,6 @@ --- title: "ADR" +quadrant: methods-and-patterns ring: adopt --- diff --git a/radar/2021-01-01/apicurio.md b/radar/2021-01-01/apicurio.md index db8a991..65c726e 100644 --- a/radar/2021-01-01/apicurio.md +++ b/radar/2021-01-01/apicurio.md @@ -1,7 +1,7 @@ --- title: "Apicurio Studio" -ring: tools -quadrant: trial +ring: trial +quadrant: tools --- [Apicurio Studio](https://www.apicur.io/studio/) is a browser-based, open-source API design studio. It can be used to create or modify APIs using the [OpenAPI specification](https://swagger.io/specification/). The visual editor supports collaborative development and allows to easily define example responses matching incoming requests. diff --git a/radar/2021-01-01/dgs.md b/radar/2021-01-01/dgs.md index 15085ef..f55455e 100644 --- a/radar/2021-01-01/dgs.md +++ b/radar/2021-01-01/dgs.md @@ -1,7 +1,7 @@ --- title: "DGS Framework" -ring: tools -quadrant: assess +ring: assess +quadrant: tools --- 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: diff --git a/radar/2021-01-01/renovate.md b/radar/2021-01-01/renovate.md index 6546bcb..0b14bbc 100644 --- a/radar/2021-01-01/renovate.md +++ b/radar/2021-01-01/renovate.md @@ -1,7 +1,7 @@ --- title: "Renovate" -ring: tools -quadrant: trial +ring: trial +quadrant: tools --- [Renovate](https://github.com/renovatebot/renovate/) is an automated dependency update tool. It vastly reduces the time and effort spent on keeping a project's dependencies up-to-date by automatically creating merge requests whenever a dependency needs to be updated. The tool is easy to set up and configure, offers built-in support for monorepo architectures and works with various programming languages and package managers, e.g.