sekruse / metanome-cli

Run Metanome algorithms from the command line
http://www.metanome.de/
Apache License 2.0
7 stars 6 forks source link

Database read and write #20

Closed abhishek-ksolve closed 1 year ago

abhishek-ksolve commented 1 year ago

Is the metanome have an internal feature of Read and write in the database? Please explain.

sekruse commented 1 year ago

Metanome can read from databases. To see how to configure it, take a look at the parameters as described in the readme:

In order to get an overview of the various parameters of the Metanome CLI, you may also execute it without any parameters (including --algorithm).

See the parameters --tables, --table-key, --db-connection, and --db-type.

I'm not sure what you mean by writing in the database, but it's probably not supported.