orientdb Questions

1

I'm working on a REST API. I'm having all sorts of problems with transactions in Orientdb. In the current setup, we have a singleton that wraps around the ODatabaseDocumentPool. We retrieve all ins...
Enviable asked 27/8, 2014 at 16:53

7

I am trying to automake the OrientDb C++ library, but getting some errors. Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined Makefile.am:10: The usual way to define 'LIBTOOL' ...
Doig asked 24/9, 2013 at 9:52

2

update Orders ADD orders = [{ "source":"A", "target": ["B", "C"] }] where id=1 I am trying to add some values into an embedded list, here the e...
Toilsome asked 12/8, 2020 at 4:55

7

We are using Nexus Repository version 3.2.0-01 and started getting the following error in nexus.log. OrientDB has got corrupted. Nexus is no longer starting. 2017-03-21 13:00:36,329+0000 INFO...
Knacker asked 22/3, 2017 at 12:31

1

I have a problem with graph traversal. My use case is not solvable using typical graph traversal algorithms (DFS, BFS). I want traverse nodes, starting from specific Node (N), where edge is of type...
Photon asked 7/9, 2017 at 9:39

5

Solved

I was wondering how to download all (not one or two specified ones) artifacts from a Nexus 3 repo to local disk. In Nexus 2 it was easy since everything was stored on disk and I would just rsync al...
Legnica asked 28/9, 2017 at 10:41

2

Today I tried to find an OrientDB binding for Clojure. I have found 2 libs: https://github.com/eduardoejp/clj-orient and https://github.com/eduardoejp/orientdb.clj . I have tried to connect using ...
Euchromatin asked 2/4, 2014 at 16:49

1

Yesterday our nexus repository instance went sideways due to a disk full event. After freeing some space and attempting a restart, nexus is no longer accessible. As a result, the database became co...
Collaboration asked 9/8, 2018 at 22:27

2

Solved

What are the pros and cons for using either a linklist, a linkmap or an edge to store relationships between my vertices ?
Dobbs asked 1/7, 2015 at 16:22

2

Solved

A common solution to high performance pagination is to use an indexed field, starting each new "page" from the last value of the prior page. For example, with a dataset like this (assuming Category...
Gourde asked 22/6, 2019 at 22:25

7

Solved

Im using OrientDB type graph. I need syntax of Gremlin for search same SQL LIKE operator LIKE 'search%' or LIKE '%search%' I've check with has and filter (in http://gremlindocs.com/). However it...
Casefy asked 30/9, 2013 at 1:4

2

Solved

I know that there are similar questions around on Stackoverflow but I don't feel they answer the following. Graph Databases to my understanding store data following mostly this schema: Table/Coll...
Toxoplasmosis asked 11/5, 2015 at 11:3

4

Solved

I want to use docker-compose to compose together php and several databases (orientdb, neo4j, etc). Then get into the php container and use the shell to execute commands. Individually, all of my con...
Tratner asked 10/5, 2016 at 21:7

1

Solved

I currently have a query that gives me the count of each label: g.V().group().by(label).by(count()) However this is resulting in a column for each label. I want to project two columns "Entity Type...
Classical asked 6/5, 2019 at 17:23

4

Solved

Is there an easy way to query a cluster for all vertices that have no incoming edges?
Platen asked 11/1, 2012 at 6:37

3

Solved

I will be constructing an ecommerce site, and would like to use a no-sql database, which will fit well with the plans for the app. But when it comes to which database would fit the job, im not sure...
Temekatemerity asked 19/9, 2012 at 4:44

2

This is the query i'm using right now : INSERT INTO details SET name = "INITIALIZE",actionMap ={"1":12:1,"2":12:2}; Here 12:1,12:2 are rid's from another table.I'm facing a lot of problem's har...
Kathrinkathrine asked 6/4, 2018 at 6:52

2

I would like to embed a graph database in my application (shipping for windows, linux & MAC). I narrowed the search down to ArangoDB & OrientDB. I was able to get embedded OrientDB to work ...
Numb asked 21/2, 2018 at 18:28

1

Solved

I have vertex "Person" and edge "Knows". Here is SQL example of how I created it. CREATE CLASS Person EXTENDS V; CREATE PROPERTY Person.name STRING; CREATE CLASS Knows EXTENDS E; INSERT INTO Per...
Fronnia asked 3/2, 2018 at 18:6

2

Solved

I am modelling a graph for an application that I am building currently, where I have n Users connected to n Users, I also have n Posts which can be liked by n Users. So the structure would look som...
Hypochromia asked 18/4, 2017 at 19:14

2

Solved

In orientDB, we have links and edges to connect vertices. I can't find out what the cons/pros of each of them on the orientdb documentation. Forum Example - three entities involved: Author, Messag...
Scuta asked 16/11, 2015 at 22:14

2

Solved

I have read through the documentation, and it seems that a SQL BATCH command and a transaction accomplish the same purpose, that is committing all statements as an all-or-nothing transaction. Is t...
Krilov asked 28/7, 2015 at 15:7

2

I am out of ideas and hope to get some useful input. I am using this question to compress my experiences and share them, hoping to inspire some distributors to go the next step with modeling graph ...
Score asked 22/7, 2015 at 14:1

3

We would like to use OrientDB Graph in an Azure environment. Does anybody has experience using it? We also would like to know if high availability from OrientDB is required under Azure cloud? Azure...
Greyson asked 3/7, 2013 at 5:6

2

How can I select or update multiple records in oriento? Like in waterline we can offersModel.update({id:items_ids,status:INACTIVE},{status:ACTIVE}) But in waterline transaction is not available...
Shelve asked 4/4, 2015 at 12:37

© 2022 - 2024 — McMap. All rights reserved.