https://github.com/oewntk/grind_yaml2sql
OEWN builder project, YAML to SQL chain
https://github.com/oewntk/grind_yaml2sql
builder oewn sql yaml
Last synced: about 2 months ago
JSON representation
OEWN builder project, YAML to SQL chain
- Host: GitHub
- URL: https://github.com/oewntk/grind_yaml2sql
- Owner: oewntk
- License: gpl-3.0
- Created: 2022-01-02T09:24:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T09:57:41.000Z (over 1 year ago)
- Last Synced: 2025-06-26T01:02:28.493Z (about 1 year ago)
- Topics: builder, oewn, sql, yaml
- Language: Kotlin
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Open English Wordnet YAML-to-SQL grinder
This library reads a model from YAML files and writes it to SQL format.
Project [grind_yaml2sql](https://github.com/oewntk/grind_yaml2sql)
See also [model](https://github.com/oewntk/model/blob/master/README.md).
See also [fromyaml](https://github.com/oewntk/fromyaml/blob/master/README.md).
See also [tosql](https://github.com/oewntk/tosql/blob/master/README.md).
See also [oewntk](https://github.com/oewntk)
and [globalwordnet/english-wordnet](https://github.com/globalwordnet/english-wordnet).
## Dataflow

This library reads from the OEWN distribution YAML files and other YAML files that contain extra data.
This output conforms to the **SQL** standards.
## Command line
`grind.sh [YAML] [YAML2] [SQL]`
grinds the SQL database
*where*
[YAML] directory where OEWN distribution YAML files are
[YAML2] directory where extra YAML files are
[SQL] directory where SQL files are output
## Maven Central
io.github.oewntk
yaml2sql
2.3.1
## Dependencies
