Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc committed Feb 26, 2024
1 parent bf7a519 commit 63b7b94
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions documentation/general/stack.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 63b7b94

Please sign in to comment.