Skip to content

Commit

Permalink
added purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo committed Jan 17, 2024
1 parent ca00601 commit a662cf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit a662cf1

Please sign in to comment.