pg_matlab released

Поиск
Список
Период
Сортировка
От PostgreSQL - Hans-Jürgen Schönig
Тема pg_matlab released
Дата
Msg-id 7A0C0515-3896-4ABF-985A-09EB3B97AB3A@cybertec.at
обсуждение исходный текст
Список pgsql-announce
Hello everybody,

We are proud to announce the availability of pg_matlab, a module which allows the execution of MATLAB code inside PostgreSQL.
With pg_matlab you can write MATLAB scripts and execute them in compiled form via a daemon.
It is fully based on the freely available MATLAB runtime environment.

Implementation:
In contrast to traditional PL languages pg_matlab is based on a traditional multi-process daemon which executes the code and passes back the data to PostgreSQL. This nicely avoids some issues with the MATLAB runtime which can otherwise threaten the stability of the PostgreSQL instance (see README file).

With pg_matlab it will be possible to integrate existing MATLAB codes with PostgreSQL more easily. This will open the door for ways more sophisticated PostgreSQL server side procedures.

You can download the package freely from our website:


NOTE: Special thanks go to Babak Houman who has come up with the idea of running MATLAB code the way we do it and who pushed this project forward.

Best regards,

Hans-Jürgen Schönig


--
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt, Austria

В списке pgsql-announce по дате отправления:

Предыдущее
От: Selena Deckelmann
Дата:
Сообщение: Postgres Open Conference to be held September 14-16, 2011 in Chicago
Следующее
От: Joe Abbate
Дата:
Сообщение: Pyrseas 0.2.0 is now available