From 63b7b94bfdec57e2968d83e88fc4dff8604b2d3b Mon Sep 17 00:00:00 2001 From: Staci Cooper Date: Mon, 26 Feb 2024 12:18:45 -0800 Subject: [PATCH] Lint --- documentation/general/stack.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/documentation/general/stack.md b/documentation/general/stack.md index 820a8942f31..ea1d215dbc8 100644 --- a/documentation/general/stack.md +++ b/documentation/general/stack.md @@ -1,16 +1,20 @@ # Stack -This page is your gateway to understanding our diverse technology stack. Explore code repositories on GitHub, access detailed documentation, and learn about the tools, frameworks, and languages driving each stack of the Openverse platform. +This page is your gateway to understanding our diverse technology stack. Explore +code repositories on GitHub, access detailed documentation, and learn about the +tools, frameworks, and languages driving each stack of the Openverse platform. 1. Catalog - - The Apache Airflow-powered system for downloading and storing Openverse's metadata + - The Apache Airflow-powered system for downloading and storing Openverse's + metadata - [Code](https://github.com/WordPress/openverse/blob/main/catalog) - [Documentation](https://docs.openverse.org/catalog/index.html) - Language: Python - Tools and Framework: - [Apache Airflow](https://airflow.apache.org/docs/apache-airflow/stable/index.html) 2. Ingestion Server - - The mechanism for refreshing the data from the catalog to the API DB and Elasticsearch indices + - The mechanism for refreshing the data from the catalog to the API DB and + Elasticsearch indices - [Code](https://github.com/WordPress/openverse/blob/main/ingestion_server) - [Documentation](https://docs.openverse.org/ingestion_server/index.html) - Language: Python @@ -26,7 +30,8 @@ This page is your gateway to understanding our diverse technology stack. Explore - [Django](https://docs.djangoproject.com/en/5.0/) - [Django REST Framework](https://www.django-rest-framework.org/) 4. Frontend - - The public search engine at [openverse.org](https://openverse.org/), built with Vue and Nuxt + - The public search engine at [openverse.org](https://openverse.org/), built + with Vue and Nuxt - [Code](https://github.com/WordPress/openverse/blob/main/frontend) - [Documentation](https://docs.openverse.org/frontend/index.html) - Language: TypeScript / Node.js