Questions tagged [gtm-database]

GT.M is a key-value database engine and application development platform using the ISO standard M language (also known as MUMPS).

GT.M is a key-value database engine and application development platform using the ISO standard M language (also known as MUMPS).

The database engine, made open source in 2000, is maintained by FIS. GT.M is used as the backend of their FIS Profile banking application, and it powers ING DIRECT banks in Spain, France, Italy, Holland, Romania and India.

7 questions
4
votes
3 answers

GT.M, any experience with it?

Looking for NOSQL engines I found about GT.M here: http://www.slideshare.net/robtweed/gtm-a-tried-and-tested-schemaless-database At first look good, with SQL ODBC support. But I wonder if exist real experience with this? Somebody have use it?
mamcx
  • 15,916
  • 26
  • 101
  • 189
2
votes
3 answers

golang package for GT.M database

Is there any golang package already available to access GT.M database? For example there is a package named mgo which is used to handle mongoDb in go language. Similarly couchgomaster package is used to access couchDb in go language. I need to…
1
vote
2 answers

How do we examine a particular job in GTM?

Just as we have in Intersystem Cache D ^JOBEXAM to examine the jobs running in background or scheduled. How can we do the same in GTM? Do we have any command for the same. Please advice.
Dhaval Shah
  • 9,042
  • 2
  • 14
  • 21
0
votes
2 answers

Can GT.M be accessed through a port?

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…
Arya Rasouli
  • 250
  • 4
  • 14
0
votes
2 answers

Is there any way to get GDE (Global Directory Editor) Raw unformatted values as output

I'm writing a utility in JavaScript to interact with GTM's GDE(Global Directory Editor). One of the things it needs to accomplish is to run the GDE SHOW -ALL command and get a listing of all information in the Global Directory. However, SHOW command…
Arya Rasouli
  • 250
  • 4
  • 14
0
votes
1 answer

Is there any benchmark/stress tool for GT.M database

I googling about it but no luck ,maybe GT.M is not a popular database for use I also try HammerDB but it not support Is there any benchmark tool for it or some way to write a stress script ,I only have JDBC driver to connect to GT.M
Ryo
  • 995
  • 2
  • 25
  • 41
-1
votes
1 answer

Traps as exceptions

The trap mechanism in Mumps has similarities to the exception mechanism in many other language. Most examples I have seen of trap usage is for catching unintentional errors. Is there also a way intentionally trigger an error, which can be caught by…
Lii
  • 11,553
  • 8
  • 64
  • 88