Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephane-klein/postgresql-json-schema-validation-poc
PostgreSQL JSON schema validation POC
https://github.com/stephane-klein/postgresql-json-schema-validation-poc
json-schema poc postgresql proof-of-concept
Last synced: 9 days ago
JSON representation
PostgreSQL JSON schema validation POC
- Host: GitHub
- URL: https://github.com/stephane-klein/postgresql-json-schema-validation-poc
- Owner: stephane-klein
- Created: 2021-05-11T06:08:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T06:09:19.000Z (over 3 years ago)
- Last Synced: 2024-11-29T22:16:20.593Z (2 months ago)
- Topics: json-schema, poc, postgresql, proof-of-concept
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL JSON schema validation POC
[JSON Schema](https://json-schema.org/) validation is based on [is_jsonb_valid](https://github.com/furstenheim/is_jsonb_valid) PostgreSQL extension.
```sh
$ docker-compose up -d
$ ./scripts/load-seed.sh
$ ./scripts/load-fixtures.sh
```Some useful resources:
- [Understanding JSON Schema](https://json-schema.org/understanding-json-schema/)