Myosotis allows MySQL and PostgreSQL clients to connect directly to the Sequoia cluster. From the client application point of view Myosotis acts as a MySQL or a PostgreSQL server.
Continuent uc/connector product is based on the Open Source Myosotis product.
Getting started:
After untaring, the conf/user.map and the conf/myosotis.properties file need to be edited. Starting Myosotis can be done with the following command:
$ ./myosotis
The default listening port is 9999. Check the connectivity with:
$ mysql -uuser -ppass -h127.0.0.1 -P9999 DB
for MySQL or
$ psql -Uuser -h127.0.0.1 -p9999 DB
for PostgreSQL.
At startup multiple configuration file can be specified. Myosotis for every configuration will start a server. This way the same Myosotis process can act on port 9999 as a MySQL server and on port 8888 as a PostgreSQL server.
Product's homepage