ArangoDB?
#5756
Replies: 1 comment 1 reply
-
Hi @jackgray This integration was added by a collaborator over a year ago: #1036 I don't think the core dev team has worked with this integration much. I did give it arango, but I was getting the same issue. Seems to be trying to connect on localhost regardless of what is typed into the url field: I've created an issue from this discussion here: #5782 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I guess I didn't do deep enough investigation before designing my solution architecture, because I based it on the fact that Budibase claims to support ArangoDB, but now that I am at the actual integration stage, I can't seem to find a single instance of anyone on the web using them together, much less any documentation for it...
I have both services successfully running independently on docker, and can access their endpoints and connect the Arango one as a Budibase backend without any error. However I am not sure how to create a query or access the data through Budibase in any way.
I try using the straightforward AQL query of " FOR item in <collection_name> RETURN item" and receive a timeout error. When working against the native Arango web interface or python API, the query takes only a second, so it seems unlikely that it simply needs more time. I trust the budibase developers to include a reasonable timeout setting in the default compose settings. I will try increasing, but am banking on that being a dead end.
What is the support status of the ArangoDB integration, and does anyone know of it being used successfully?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions