https://github.com/tomdewildt/apache-age-experiment
Experiments using the Apache AGE graph database extension for PostgreSQL.
https://github.com/tomdewildt/apache-age-experiment
actions apache-age docker drizzle-orm node postgresql typescript
Last synced: 23 days ago
JSON representation
Experiments using the Apache AGE graph database extension for PostgreSQL.
- Host: GitHub
- URL: https://github.com/tomdewildt/apache-age-experiment
- Owner: tomdewildt
- License: mit
- Created: 2026-03-27T14:04:09.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-05-22T12:13:57.000Z (about 1 month ago)
- Last Synced: 2026-05-22T17:52:54.098Z (about 1 month ago)
- Topics: actions, apache-age, docker, drizzle-orm, node, postgresql, typescript
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache AGE Experiment
[](https://github.com/tomdewildt/apache-age-experiment/blob/master/LICENSE)
Experiments using the [Apache AGE](https://age.apache.org/) graph database extension for [PostgreSQL](https://www.postgresql.org/).
# How To Run
Prerequisites:
* mise version ```2025.1.0``` or later
* node version ```24.0.0``` or later
* docker version ```27.0.0``` or later
### Development
1. Run ```mise run init``` to initialize the environment.
2. Run ```mise run db:start``` to start the database.
3. Run ```mise run db:migrate``` to run the database migrations.
4. Run ```mise run run``` to start the application.
# References
[Apache AGE Docs](https://age.apache.org/age-manual/master/index.html)
[Apache AGE Viewer Docs](https://github.com/apache/age-viewer)
[PostgreSQL Docs](https://www.postgresql.org/docs/)
[Drizzle ORM Docs](https://orm.drizzle.team/docs/overview)
[Drizzle Kit Docs](https://orm.drizzle.team/kit-docs/overview)
[Docker Compose Docs](https://docs.docker.com/compose/)