{"id":14988317,"url":"https://github.com/apache/age-website","last_synced_at":"2025-10-24T17:18:12.825Z","repository":{"id":38249282,"uuid":"276293992","full_name":"apache/age-website","owner":"apache","description":"AGE Project","archived":false,"fork":false,"pushed_at":"2025-02-13T21:30:19.000Z","size":344287,"stargazers_count":38,"open_issues_count":37,"forks_count":64,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-29T15:07:06.264Z","etag":null,"topics":["age"],"latest_commit_sha":null,"homepage":"https://age.apache.org","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/run_tests.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-01T06:20:58.000Z","updated_at":"2025-02-17T18:25:15.000Z","dependencies_parsed_at":"2024-01-02T10:24:59.106Z","dependency_job_id":"f6228dc7-1e79-4a46-aff5-f322c1f3d374","html_url":"https://github.com/apache/age-website","commit_stats":{"total_commits":174,"total_committers":42,"mean_commits":4.142857142857143,"dds":0.8333333333333334,"last_synced_commit":"5ac9746ba5db1a6838515380365dc4a7e5b5372a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fage-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fage-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fage-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fage-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/age-website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246983568,"owners_count":20864278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["age"],"created_at":"2024-09-24T14:16:31.425Z","updated_at":"2025-10-24T17:18:12.740Z","avatar_url":"https://github.com/apache.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2\u003e\u003cimg height=\"30\" src=\"https://age.apache.org/age-manual/master/_static/logo.png\"\u003e\u0026nbsp;\u0026nbsp;Apache AGE website\u003c/h2\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n     \u003cimg src=\"https://age.apache.org/age-manual/master/_static/logo.png\" width=\"30%\" height=\"30%\"\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n\u003ch3 align=\"center\"\u003e\n    \u003ca href=\"https://age.apache.org/age-manual/master/_static/logo.png\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://age.apache.org/age-manual/master/_static/logo.png\" height=\"25\" height=\"30% alt=\"Apache AGE style=\"margin: 0 0 -3px 0\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://age.apache.org/age-manual/master/_static/logo.png\" target=\"_blank\"\u003e\n    \u003c/a\u003e\n     is a leading multi-model graph database \u003c/h3\u003e\n     \n\u003c/h3\u003e\n\n\u003ch3 align=\"center\"\u003eGraph Processing \u0026 Analytics for Relational Databases\u003c/h3\u003e\n\n\u003cbr\u003e\n\n\n\u003c/br\u003e\n\nThis repository provides the source for the main [website of The Apache AGE](https://age.apache.org/).\u003cbr/\u003e\n\u003cbr/\u003e\nThe link below contains the following Apache AGE project:\n* [The Apache AGE Project](https://github.com/apache/age)\n* [The Apache AGE Viewer Project](https://github.com/apache/age-viewer)\n\n\n\n\n\n\u003ch2\u003e\u003cimg height=\"30\" src=\"https://github.com/apache/age/raw/master/img/tick.svg\"\u003e\u0026nbsp;\u0026nbsp;Introduction\u003c/h2\u003e\n\n* The `master` branch contains the source code of the latest version of the documentation.\n* `vX.Y.Z` Branches contain the source code of the documentation of releases.\n* The `asf-site` branch contains the static webpage code, as well as the build static version of the documenation (in the `docs` folder). The `docs` folder should not be manually updated.\n* `new-web` branch is where website development work is done.\n\n\n\u003ch2\u003e\u003cimg height=\"30\" src=\"https://github.com/apache/age/raw/master/img/installation.svg\"\u003e\u0026nbsp;\u0026nbsp;Build the documentation locally (first time)\u003c/h2\u003e\n\n\n* Install requirements (the latex and dvisvgm commands are required to display math)\n\n- **MacOS**\n```shell\nbrew install python3 virtualenv texlive\n```\n\n- **Ubuntu**\n```shell\nsudo apt install python3 virtualenv texlive-latex-base texlive-latex-extra texlive-extra-utils\n```\n\n* Clone this repository\n* Navigate to the root of the repository\n* Create a python virtual environment\n\n```shell\nvirtualenv -p python3 venv\n```\n\n* Activate the virtual environment\n\n```shell\nsource venv/bin/activate\n```\n\n* Install the python requirements\n\n```shell\npip install -r requirements.txt\n```\n\n* Build the documentation\n  * From :warning: remote branches\n\n    ```shell\n    sphinx-multiversion docs build/html\n    ```\n\n    The documentation should now be in the `build/html` folder, with a subfolder per remote branch (version).\n\n  * From the current folder\n\n    ```shell\n    sphinx-build docs build/html/current\n    ```\n\n    The documentation for the current local branch should now be in the `build/html/current` folder (no subfolders).\n\n\u003ch2\u003e\u003cimg height=\"30\" src=\"https://github.com/apache/age/raw/master/img/installation.svg\"\u003e\u0026nbsp;\u0026nbsp;Build documentation locally (after initial setup)\u003c/h2\u003e\n\n* Navigate to the root of the repository\n\n* Activate the virtual environment if not yet active\n\n```shell\nsource venv/bin/activate\n```\n\n* Build the documentation\n  * From :warning: remote branches\n\n    ```shell\n    sphinx-multiversion docs build/html\n    ```\n\n    The documentation should now be in the `build/html` folder, with a subfolder per remote branch (version).\n\n  * From the current folder\n\n    ```shell\n    sphinx-build docs build/html/current\n    ```\n\n    The updated documentation for the current local branch should now be in the `build/html/current` folder (no subfolders).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fage-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fage-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fage-website/lists"}