Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JavaM API for GT.M - SELECT support

82 views
Skip to first unread message

Lalis

unread,
Apr 29, 2013, 6:53:10 PM4/29/13
to
Hi.

I'm wondering if there's any possible way how to use or implement SELECT query into JavaM API for GT.M database system. I'm using version 0.1, since I haven't found any other version ( https://github.com/Gadreel/javam/blob/master/README.md ).

If there's no option yet, could you recommend me any other API for this DBMS, using Java? I know there's some gtm4j ( http://code.vistaehr.com/gtm4j ), but it takes advantage of springframework, which is not convenient for me. I'm new with GT.M and I just want to test, how to connect to it using Java and use some basic queries. Thanks a lot for your advices.

K.S. Bhaskar

unread,
Apr 30, 2013, 1:20:04 PM4/30/13
to
SELECT is a SQL construct. GT.M is a NoSQL (key-value; hierarchical associative memory) database. While there are applications that provide an RDBMS layer on top of GT.M, GT.M itself is not an RDBMS.

Regards
-- Bhaskar
0 new messages