Questions tagged [orientdb]

OrientDB sets itself apart as a versatile and innovative NoSQL database management system that blends the capabilities of graphs with the versatility of documents. This unique combination results in a highly scalable and high-performing operational database solution.

unleashing the power of Gremlin server with OrientDB

As someone who is new to using the gremlin-server and orientDB on Ubuntu, I am interested in connecting the two. Can anyone provide information on the requirements for establishing this connection? I have already successfully connected the gremlin-server ...

Constructing a query in Oriento using the "like" clause

I'm having trouble implementing autocomplete with an Oriento DB interface. The web server running on NodeJS with the Express framework has the following server code: express.get("/piatti", function(req, res) { var tipo = req.query.tipo; var nome ...

I encountered a fatal error while trying to run `npm install orientjs`. It seems to be looking

I would like to utilize orientjs in the following environment: Windows 10 Pro 64bit Node v6.9.2 Node-gyp v3.4.0 Orientjs 2.2.4 1) Install "windows-build-tools" $ npm install --global --production windows-build-tools ...Alright... 2) Install "orientjs ...