I'm trying to run a GT.M database server in such way that It can be accessed from an application server. I know I can invoke GT.M as a sub-process from other languages. I'm trying to see if I can connect that to a socket/port to be accessed from another server, similar to other database connections(ODBC, MongoDB, Cache).
Are there any utilities? Libraries? to accomplish this. I'm more interested in a mechanistic overview.
Have a look at the below link, using this python module you can connect to the DB: https://github.com/fopina/pyfispip.