[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ganymede Help] External database and Ganymede
|
| Hi, all
|
| I am wondering if it is possible to connect the
| Ganymede to an external database like postgres SQL to
| get the information
Ganymede is made to use its own built-in database. If you want to
load data FROM an external database like postgres sql, you can do a
query from the postgres database and generate the appropriate XML to
be loaded into Ganymede. Ganymede is not designed to be able to use
postgres sql in place of its internal database.
That said, Ganymede is *extremely* customizable.. almost anything you
can do with Java can be integrated into Ganymede, so it is possible in
theory to make the Ganymede server work directly with Postgres, but
you may have to do a great deal of work to make it happen, and you
would not be using Ganymede in the most natural way.
| sze yee
-------------------------------------------------------------------------------
Jonathan Abbey jonabbey@arlut.utexas.edu
Applied Research Laboratories The University of Texas at Austin
Ganymede, a GPL'ed metadirectory for UNIX http://www.arlut.utexas.edu/gash2
----------------------------------------------------------------------------
To make changes to your subscription to the Ganymede Help list, send
mail to majordomo@arlut.utexas.edu.
To unsubcribe, include the line
unsubscribe ganymede-help
in the body of your mail message
Visit the Ganymede web page at http://www.arlut.utexas.edu/gash2
----------------------------------------------------------------------------
Re: [Ganymede Help] External database and Ganymede
- From: Jonathan Abbey <jonabbey@arlut.utexas.edu>