└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # OpenAlex open source code repositories 2 | 3 | [OpenAlex](https://openalex.org) is an open, comprehensive catalog of scholarship, connecting papers, authors, institutions, and journals. 4 | 5 | Because we think all research should be free and open, OpenAlex is free and open itself, and we're built on a fully Open Source codebase. 6 | 7 | Below is a list of the open-source code used to build, deploy, and document OpenAlex: 8 | 9 | - [openalex-guts](https://github.com/ourresearch/openalex-guts): The guts for computing data for OpenAlex 10 | - [openalex-elastic-api](https://github.com/ourresearch/openalex-elastic-api): All the OpenAlex API endpoints that are backed by Elasticsearch 11 | - [openalex-docs](https://github.com/ourresearch/openalex-docs): The GitBook documentation site for OpenAlex 12 | - [openalex-website](https://github.com/ourresearch/openalex-website): Website for OpenAlex.org 13 | - [openalex-api-tutorials](https://github.com/ourresearch/openalex-api-tutorials): A collection of Jupyter notebooks, each walking you through a common example of bibliometric analysis using scholarly data from the OpenAlex API 14 | - [openalex-ngrams-api](https://github.com/ourresearch/openalex-ngrams-api): API for ngrams available through OpenAlex 15 | - [openalex-elasticsearch](https://github.com/ourresearch/openalex-elasticsearch): Code and templates for setting up the Elasticsearch backend for the slice-and-dice API 16 | --------------------------------------------------------------------------------