apache / age-website

AGE Project
https://age.apache.org
37 stars 67 forks source link
age

  Apache AGE website



is a leading multi-model graph database

Graph Processing & Analytics for Relational Databases



This repository provides the source for the main website of The Apache AGE.

The link below contains the following Apache AGE project:

  Introduction

  Build the documentation locally (first time)

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

  Build documentation locally (after initial setup)

source venv/bin/activate