Experiments using the Apache AGE graph database extension for PostgreSQL.
Prerequisites:
- mise version
2025.1.0or later - node version
24.0.0or later - docker version
27.0.0or later
- Run
mise run initto initialize the environment. - Run
mise run db:startto start the database. - Run
mise run db:migrateto run the database migrations. - Run
mise run runto start the application.