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

https://github.com/oewntk/grind_wndb2sql

OEWN builder project, WNDB to SQL chain
https://github.com/oewntk/grind_wndb2sql

builder oewn sql wndb

Last synced: about 14 hours ago
JSON representation

OEWN builder project, WNDB to SQL chain

Awesome Lists containing this project

README

          


OEWNTK



MavenCentral

# Open English Wordnet WNDB-to-SQL grinder

This library reads a model from WNDB files and writes it to SQL format.

Project [grind_wndb2sql](https://github.com/oewntk/grind_wndb2sql)

See also [model](https://github.com/oewntk/model/blob/master/README.md).

See also [fromwndb](https://github.com/oewntk/fromwndb/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_wndb2sql.png "Dataflow")

This library reads from WNDB files and other WNDB files that contain extra data.

This output conforms to the **SQL** standards.

## Command line

`grind.sh [WNDB] [WNDB2] [SQL]`

grinds the SQL database

*where*

[WNDB] directory where OEWN distribution WNDB files are

[WNDB2] directory where extra WNDB extra files are

[SQL] directory where SQL files are output

## Maven Central

io.github.oewntk
wndb2sql
3.0.1

## Dependencies

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