Hi everyone,
We are trying to integrate ArangoDB into our current setup and are wondering if:
1. Is there any connector between ArangoDB and Elasticsearch for indexing? Or must all indexing done natively in Arango?
2. Is there any connector/offloader for ArangoDB and Spark so that long-running and intensive queries can be given to a Spark cluster? (I believe there is something similar for Titan/Tinkerpop).
3. We are going to be making an API for graph querying, and we have noticed that the same question can have different performance depending on how it is constructed into a query. Is there any internal automatic query optimization?
Thanks for any and all help!