[Monetdb-developers] MonetDB manager for Python
Hi MonetDB People, We currently want to manage (create, start, release, etc) MonetDB databases from Python. What do you people think if I make a (thin) wrapper around the 'monetdb' command as a python module (monetdb.manage) and commit this to default? greetings, -- Gijs Molenaar http://www.astro.uva.nl/people/gijs-molenaar/
On 23-08-2012 12:44:37 +0200, Gijs Molenaar wrote:
Hi MonetDB People,
We currently want to manage (create, start, release, etc) MonetDB databases from Python. What do you people think if I make a (thin) wrapper around the 'monetdb' command as a python module (monetdb.manage) and commit this to default?
bad idea better just implement the control protocol, like the Java control library and the monetdb tool itself.
On 08/23/2012 12:49 PM, Fabian Groffen wrote:
On 23-08-2012 12:44:37 +0200, Gijs Molenaar wrote:
Hi MonetDB People,
We currently want to manage (create, start, release, etc) MonetDB databases from Python. What do you people think if I make a (thin) wrapper around the 'monetdb' command as a python module (monetdb.manage) and commit this to default?
bad idea
better just implement the control protocol, like the Java control library and the monetdb tool itself.
ok, I'll have a look at that. -- Gijs Molenaar http://www.astro.uva.nl/people/gijs-molenaar/
participants (2)
-
Fabian Groffen
-
Gijs Molenaar