Hi Giovanni, You can actually treat a vertex object like a document object in that with a vertex you set properties as opposed to fields with the document object.
Really, it comes down to the API you're using and if you wish to mix them. You can use the Blueprints API with the Graph vertex objects and also just store your document data as a vertex too. A vertex object in the database is derived from the V class, whereas, the document object is not. Note that both can be derived from your own class as well. Good luck! -Colin On Wednesday, April 22, 2015 at 10:28:22 AM UTC-5, Giovanni Adobati wrote: > > Hi Colin, > > Thanks for the answer, i read it just now. > > I'm doing some tests, ad the moment i use mysql in a crm like application > using jpa. > > So if i understand correctely i could use a graph db to store social like > data and use document object to store crm like data. > > Thanks > > Il giorno mercoledì 15 aprile 2015 18:58:43 UTC+2, Giovanni Adobati ha > scritto: >> >> Hi, >> >> Just a question: >> >> Is it possible to use orientDB Creating both Grafh ( Vertex ) object and >> Document object ? >> >> If yes what is the difference on creating a graph db and a document db ? >> >> Thanks >> > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
