Hi everyone,

i am in the progress of designing a new system from scratch and this is my 
first project with arangodb. So please bear with me in case this is a 
stupid question.

I would like to create multiple micro-services that in part require each 
other. Imagine having a basic service that stores pointers to files on a 
storage and then
a bunch of micro-services to handle specific file types. Each of these 
would be using the basic file service to handle the actual file reference 
on the storage and
only add file type specific things atop.

To keep things clean and validated i want the higher level services to 
query the lower level ones rather than using the collection directly (that 
would kind of defeat
the point of the lower level service).

Now i wonder what is the best-practice to do something like this? Is there 
a direct way to "use" another service running in the same arango instance 
instead of
manually querying their REST interface? And even more important what are 
the performance implications of such a scenario? I'd expect the http 
requesting to
potentially be quite a bit of overhead when working with big datasets?

Any pointers and input would be greatly appreciated.

Cheers,
Thorsten

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" 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.

Reply via email to