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

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

Awesome Lists containing this project

README

          


OEWNTK



MavenCentral

# 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

![Dataflow](images/dataflow_yaml2sql.png "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

![Dependencies](images/grind-yaml2sql.png "Dataflow")