After studying the subject, I think I want to go with the document database model for now, and use links between documents (as opposed to edges between vertices). Are there any examples online of inserting a document that connects to several other documents (document links, not edges), and of reading the same documents out of the database (i.e., a parent document with a set of child documents of another class)?
Arve On Tue, Mar 18, 2014 at 9:02 PM, Arve Knudsen <[email protected]>wrote: > Thanks, Andrey. I think I understand a little more about the relationship > between Orient's document and graph databases now (I also studied Luca's > slides). > > Best, > Arve > > > On Tue, Mar 18, 2014 at 2:06 PM, Andrey Lomakin > <[email protected]>wrote: > >> Hi, >> You can use in SQL queries both graph and document operators. >> >> >> On Tue, Mar 18, 2014 at 2:50 PM, Arve Knudsen <[email protected]>wrote: >> >>> Nhat, that is the document database API is it not? I'm wondering if the >>> graph API supports asynchronous querying. Bear in mind that I haven't yet >>> used the graph API so it's all a bit unclear to me still. I think I might >>> want to use it though since I need to connect database records to each >>> other. >>> >>> Arve >>> >>> >>> On Tue, Mar 18, 2014 at 1:42 PM, Nhat Nguyen < >>> [email protected]> wrote: >>> >>>> I am not sure but couldn“t you use the "OSQLAsynchQuery"? see >>>> link<https://github.com/orientechnologies/orientdb/wiki/Document-Database#asynchronous-query> >>>> >>>> On Tuesday, March 18, 2014 12:54:19 PM UTC+1, Arve Knudsen wrote: >>>>> >>>>> Hi >>>>> >>>>> Does the OrientDB graph API support asynchronous queries? >>>>> >>>>> Thanks, >>>>> Arve >>>>> >>>> -- >>>> >>>> --- >>>> 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. >>>> >>> >>> -- >>> >>> --- >>> 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. >>> >> >> >> >> -- >> Best regards, >> Andrey Lomakin. >> >> Orient Technologies >> the Company behind OrientDB >> >> -- >> >> --- >> 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. >> > > -- --- 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.
