https://github.com/timmikeladze/arango-migrate-example
Sample repository for a minimal example of the arango-migrate cli tool.
https://github.com/timmikeladze/arango-migrate-example
arango arango-migrate arangodb migration-tool migrations
Last synced: 24 days ago
JSON representation
Sample repository for a minimal example of the arango-migrate cli tool.
- Host: GitHub
- URL: https://github.com/timmikeladze/arango-migrate-example
- Owner: TimMikeladze
- Created: 2022-02-04T19:44:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T19:44:24.000Z (2 months ago)
- Last Synced: 2025-03-30T20:51:20.174Z (26 days ago)
- Topics: arango, arango-migrate, arangodb, migration-tool, migrations
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arango-migrate-example
A minimal example of how to use the [arango-migrate](https://github.com/TimMikeladze/arango-migrate) cli tool.
## How to use
```console
docker compose up -dcp .env.example .env
yarn install
yarn arango-migrate --up
yarn arango-migrate --list
yarn arango-migrate --init my_new_migration
yarn arango-migrate --up
```Read the full documentation [here](https://github.com/TimMikeladze/arango-migrate)