From a662cf187a0143f346638ae927892037f964110d Mon Sep 17 00:00:00 2001 From: Yash Date: Thu, 18 Jan 2024 09:51:17 +1100 Subject: [PATCH] added purpose --- docs/introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/introduction.md b/docs/introduction.md index fadcf9566..6ea831870 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -5,7 +5,7 @@ ## Purpose -Describe the purpose of the project. +The project provides an interface to interact with the -omics database via the Python client as well as the GraphQL + HTTP APIs. ## Features @@ -40,10 +40,10 @@ The codebase contains the following modules worth noting: - `models` -> General data models + enums - `db/python/tables` -> Interaction with MariaDB / BigQuery -- `db/python/layers` -> Business logic +- `db/python/layers` -> Logic - `api/graphql` : GraphQL - `api/routes`: HTTP + OpenAPI And metamist maintains two clients: -- `web` -> React APP that consumes a generated Typescript API + GraphQL +- `web` -> React app that consumes a generated Typescript API + GraphQL - `metamist` -> autogenerated Python API \ No newline at end of file