An open API service indexing awesome lists of open source software.

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

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.