Metamist is a database designed for storing de-identified -omics metadata.
The project provides an interface to interact with the -omics database via the Python client as well as the GraphQL + HTTP APIs.
dataset-sample-metadata-main-read
: For read-only access.dataset-sample-metadata-main-write
: For write access.It comprises three key components:
System-Versioned MariaDB Database: A robust database system for managing -omics metadata.
Python Web API: This component is responsible for:
Installable Python Library: Wraps the Python Web API using the OpenAPI generator, facilitating easier interaction with the system.
As of Jan 15, 2024 this schema should reflect the data structure on the tables:
You can also find this at DbDiagram.
The codebase contains the following modules worth noting:
models
-> General data models + enumsdb/python/tables
-> Interaction with MariaDB / BigQuerydb/python/layers
-> Logicapi/graphql
: GraphQLapi/routes
: HTTP + OpenAPIAnd metamist maintains two clients:
web
-> React app that consumes a generated Typescript API + GraphQLmetamist
-> autogenerated Python APIThis project is licensed under the MIT License. You can see it in the LICENSE file in the root directory of this source tree.