Top "Orientdb" questions

OrientDB is a multi-Model, Open Source, NoSQL, DBMS that combines the power of graphs and the flexibility of documents into one scalable, high-performance operational database.

error: Libtool library used but 'LIBTOOL' is undefined

I am trying to automake the OrientDb C++ library, but getting some errors. Makefile.am:10: error: Libtool library used but …

c linux autotools orientdb
MongoDB + Neo4J vs OrientDB vs ArangoDB

I am currently on design phase of a MMO browser game, game will include tilemaps for some real time locations (…

mongodb neo4j dijkstra orientdb arangodb
OrientDB corruption state in Nexus Repository version 3.2.0-01

We are using Nexus Repository version 3.2.0-01 and started getting the following error in nexus.log. OrientDB has got corrupted. …

orientdb nexus nexus3 n3dr
Graph Databases vs Triple Stores - when to use which?

I know that there are similar questions around on Stackoverflow but I don't feel they answer the following. Graph Databases …

neo4j sparql graph-databases orientdb triplestore
Experiences OrientDB vs Neo4j

I am looking for the right Graph DB for a project. I tested Neo4j and really liked it. But …

neo4j graph-databases orientdb
Keep container alive and linked using docker-compose

I want to use docker-compose to compose together php and several databases (orientdb, neo4j, etc). Then get into the …

php docker orientdb docker-compose provisioning
NoSQL Database for ECommerce

I will be constructing an ecommerce site, and would like to use a no-sql database, which will fit well with …

mongodb couchdb e-commerce orientdb nosql
orientdb sql query to select edge and vertex fields property.

I do have following database structure. users -> comment -> products a. users and products are the vertexes …

sql orientdb graph-databases
How Gremlin query same sql like for search feature

Im using OrientDB type graph. I need syntax of Gremlin for search same SQL LIKE operator LIKE 'search%' or …

sql gremlin orientdb
Querying an embedded list in OrientDB

I have a document in my OrientDB database (version 1.0.1), with a structure largely like this: { "timestamp": "...", "duration": 665, "testcases": [ { "testName": "test01", "…

java orientdb