In this case you could: - install OrientDB Embedded Server + Rexster + Your App in the same JVM and you can connect with plocal - install OrientDB Embedded Server + Your App in one JVM and connect Rexster using remote: protocol.
Lvc@ On 18 February 2014 00:56, Andrey Yesyev <[email protected]> wrote: > I probably have to explaine what I mean in more details. I want to use > orientdb in my app in embedded mode at the same time I want to expose it to > rexster for remote clients to query it. So my app populates the db, clients > query it through rexster. > On Feb 17, 2014 4:23 PM, "Luca Garulli" <[email protected]> wrote: > >> Hi, >> yes. Just setup Rexster with plocal URL. In this way it will access to >> the database in embedded mode and you could expose OrientDB graphs through >> Rexster. >> >> Lvc@ >> >> >> >> On 17 February 2014 21:13, Andrey Yesyev <[email protected]> wrote: >> >>> Hi there, >>> >>> Can I setup orientdb to work in embedded mode and at the same time to >>> expose it to Rexster server? >>> >>> -Andrey >>> >>> -- >>> >>> --- >>> 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/groups/opt_out. >>> >> >> -- >> >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "OrientDB" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/orient-database/bx37LvxV4zw/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> > -- > > --- > 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/groups/opt_out. > -- --- 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/groups/opt_out.
