GridDB Node.js StoreFactory.createStore / getStore ist keine FunktionJavaScript

Javascript-Forum
Anonymous
 GridDB Node.js StoreFactory.createStore / getStore ist keine Funktion

Post by Anonymous »

Ich habe GridDB 5.7 installiert und versuche, mit dem Node.js-Client ein Store-Objekt zu erstellen. Mein Code ist:
Eingabe:

Code: Select all

const griddb = require('griddb-node');

const factory = griddb.StoreFactory.createStore({
host: '127.0.0.1',
port: 10001,
clusterName: 'defaultCluster',
username: 'admin',
password: 'admin'
});

console.log(factory);
Wenn ich renne

Code: Select all

node test.js
Ich bekomme:

Code: Select all

TypeError: griddb.StoreFactory.createStore is not a function
Ich habe es auch versucht:

Code: Select all

griddb.StoreFactory.getStore()
griddb.StoreFactory.get()
… aber sie schlagen alle mit ähnlichen Fehlern fehl />[*]Node.js: 16.x

[*]GridDB: 5.7


Was ich wissen möchte:

Wie erstellt man ein Store-Objekt mit dem Node.js-Client für GridDB 5.7 richtig?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post