https://github.com/hjosugi/irodori-samples
https://github.com/hjosugi/irodori-samples
database docker irodori mongodb mysql oracle podman postgres sample-data sql
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hjosugi/irodori-samples
- Owner: hjosugi
- License: 0bsd
- Created: 2026-06-27T06:59:32.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2026-07-05T12:42:05.000Z (17 days ago)
- Last Synced: 2026-07-05T14:14:11.355Z (17 days ago)
- Topics: database, docker, irodori, mongodb, mysql, oracle, podman, postgres, sample-data, sql
- Language: PLSQL
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# irodori-samples
Local database containers and sample queries for Irodori Table.
## Use
```sh
make db-up DB=postgres
make db-verify DB=postgres
make db-down DB=postgres
```
The scripts use Podman when available, otherwise Docker.
Common `DB` values:
- `postgres`
- `mysql`
- `mariadb`
- `timescaledb`
- `cockroachdb`
- `yugabytedb`
- `tidb`
- `sqlserver`
- `mongodb`
- `oracle`
SQLite and DuckDB are embedded and do not need containers.
## Files
- `/compose.yaml`: one database container.
- `/01_samples.sql`: seed data when available.
- `projects//queries.*`: queries to try in Irodori Table.
- `db-feature-samples.json`: machine-readable sample catalog.
License: `MIT OR 0BSD`.
## License
0BSD. You can use, copy, modify, and distribute this project for almost any purpose.