From b63f92a66f682fe2cab69455d9586ff7858bf888 Mon Sep 17 00:00:00 2001 From: Peter Gerrard Date: Wed, 3 May 2023 14:33:12 +0100 Subject: [PATCH] add api doc tools --- radar.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radar.csv b/radar.csv index e65457c..91b7cb1 100644 --- a/radar.csv +++ b/radar.csv @@ -69,3 +69,5 @@ name,ring,quadrant,isNew,description "Git Ops",trial,"Techniques",true,"The core idea of GitOps is having a Git repository that always contains declarative descriptions of the infrastructure currently desired in the production environment and an automated process to make the production environment match the described state in the repository. If you want to deploy a new application or update an existing one, you only need to update the repository - the automated process handles everything else. It’s like having cruise control for managing your applications in production. Read more, currently being trialled for Platform Hosted" "DAPR",trial,"Languages and Frameworks",true,"DAPR (Distributed Application Runtime - https://dapr.io/) is an abstraction layer for use in a distributed application, currently being trialled by Platform for both Hosted and Enterprise. It is used to standardise how to communicate external systems in such a way we can uniformly add features through the DAPR sidecar" "Asynchronous state management in React",adopt,"Techniques",true,"Asynchronous state management in React should be delegated to a third-party framework such as react-query. This avoids manual management of promises' states (e.g. loading/errors), and allows using suspense and error boundaries in modern React." +"OpenAPI",adopt,"Tools",true,"The OpenAPI Specification is a specification language for HTTP APIs that provides a standardized means to define your API to others. You can quickly discover how an API works, configure infrastructure, generate client code, and create test cases for your APIs." +"Async API",trial,"Tools",true,"https://www.asyncapi.com/ is an open-Source tools to easily build and maintain your event-driven architecture. All powered by the AsyncAPI specification, claims to be the industry standard for defining asynchronous APIs."