[orientdb] Re: [JOB] Adopt a driver

2016-04-07 Thread 'scott molinari' via OrientDB
Speaking of JDBC, this might seem farfetched, but would the Spring Data JDBC work with ODBs JDBC driver? http://spring.io/guides/gs/relational-data-access/ Scott -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this

[orientdb] Re: [JOB] Adopt a driver

2016-04-07 Thread 'scott molinari' via OrientDB
I can appreciate your wish, but Spring Data is an abstraction layer. So, personally, I see it more on userland to get such an abstraction done. We have something similar to Spring Data in the PHP world called Doctrine (granted Spring Data is much more extensive). I am helping where I can on a

[orientdb] Re: Today, our OrientDB crashed without any errors.

2016-04-07 Thread Erik Pragt
Btw, running OrientDB 2.1.9. On Friday, April 8, 2016 at 10:05:33 AM UTC+10, Erik Pragt wrote: > > Hi all, > > As the question title suggests, our OrientDB database crashed today. We > got notified by our monitoring server that our sites aren't accepting any > requests anymore, which was

[orientdb] Re: [JOB] Adopt a driver

2016-04-07 Thread Erik Pragt
While I think it's a great idea to do this, I'd rather have efforts put into Spring Data. It seems to be a bit on a dead end, while it would be so helpful to have a stable version of Spring Data available for OrientDB. -- --- You received this message because you are subscribed to the Google

[orientdb] Today, our OrientDB crashed without any errors.

2016-04-07 Thread Erik Pragt
Hi all, As the question title suggests, our OrientDB database crashed today. We got notified by our monitoring server that our sites aren't accepting any requests anymore, which was quickly traced to OrientDB being unavailable, i.e., not running anymore. However, when checking the logs

[orientdb] Re: Any hint for Graph Database? (Suggerimenti per query orientate ai grafi?)

2016-04-07 Thread SavioL
capisco, tieni presente che se fatto in java le API sarebbero poche ( connessione, salvarsi i vertici per esempio in un lista classica) e poi tutto il resto sono operazioni che implementano l'algoritmo. Altrimenti una soluzione potrebbe essere fare una funzione in Javascript. Questo se vuoi

[orientdb] Re: Any hint for Graph Database? (Suggerimenti per query orientate ai grafi?)

2016-04-07 Thread Andrea Sequenzia
Dovrei studiarmi le API Java di OrientDB, poco tempo a disposizione Il giorno giovedì 7 aprile 2016 15:34:22 UTC+2, SavioL ha scritto: > > Per calcolare un cfc serve implementare un algoritmo (es Kosaraju, SCC, > Tarjan, ) non credo si possa fare tutto con query/traverse. Una classe Java >

[orientdb] Re: Any hint for Graph Database? (Suggerimenti per query orientate ai grafi?)

2016-04-07 Thread SavioL
Per calcolare un cfc serve implementare un algoritmo (es SCC, Tarjan, ) non credo si possa fare tutto con query/traverse. Una classe Java fatta ad hoc che lo calcola potrebbe esserti utile? To calculate a cfc serves implement an algorithm (eg SCC, Tarjan,) I do not think you can do it with

[orientdb] Re: Any hint for Graph Database? (Suggerimenti per query orientate ai grafi?)

2016-04-07 Thread Andrea Sequenzia
Comunque mi va bene pure calcolare le componenti connesse. Il giorno giovedì 7 aprile 2016 14:08:06 UTC+2, Andrea Sequenzia ha scritto: > > > > Scusa non avevo notato che la

[orientdb] Re: Any hint for Graph Database? (Suggerimenti per query orientate ai grafi?)

2016-04-07 Thread SavioL
quindi grafo orientato, (nell'immagine non si vedono i versi degli archi).. hai un'immagine che mostra la direzione? So directed graph, (in the picture there aren't lines of direction) .. have you an image that shows the direction? -- --- You received this message because you are subscribed

[orientdb] Re: Any hint for Graph Database? (Suggerimenti per query orientate ai grafi?)

2016-04-07 Thread SavioL
Ok, (scusa ho letto velocemente e al posto di 'cita' o inteso 'citta'). Quindi nel tuo caso, vorresti trovare tutti i vertici "fortemente connessi" , senza la dipendenza della direzione (grafo non orientato), per cui otterresti come risultato tutti gli articoli presenti nell'immagine che hai

[orientdb] Re: Any hint for Graph Database? (Suggerimenti per query orientate ai grafi?)

2016-04-07 Thread Andrea Sequenzia
https://it.wikipedia.org/wiki/Componente_fortemente_connessa Non è utile a livello pratico in questo caso ma è un esempio di come sfruttare la teoria dei grafi(It is not useful on a practical level in this case but it is an example of how to exploit the graph theory.) Il giorno giovedì 7

[orientdb] Re: Any hint for Graph Database? (Suggerimenti per query orientate ai grafi?)

2016-04-07 Thread SavioL
Pensavo tu avessi uno scenraio del tipo Classe ArticoliScentifici, e una Classe Citta. (dato che sono due entita distinte) Una situazione simile a questa: I thought you had a scenario like ArticoliScentifici class, and a City Class. (Since they are two separate entities) A situation similar to

[orientdb] Re: Problem by inserting data like a graph

2016-04-07 Thread alessandrorota04
Hi, we can continue this question at here . Kind regards, Alessandro -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this

[orientdb] Re: Any hint for Graph Database? (Suggerimenti per query orientate ai grafi?)

2016-04-07 Thread Andrea Sequenzia
I have implemented the database as follows: It is formed by an only vertex class called Article with one attribute(Title, like "PhysRevB.51.17512"). It is exist one