Hi Martin, you could query for /_api/version - once that returns a 200 with a proper reply you can treat the server as alive.
See more details here: https://docs.arangodb.com/3.0/HTTP/MiscellaneousFunctions/index.html#return-server-version Cheers, Willi On Tuesday, July 12, 2016 at 6:06:28 PM UTC+2, Martin Kuhn wrote: > > I would like to use ArangoDB with docker and docker-compose. > > So I have a node application which should "wait" until ArangoDB is up and > running. > Both are running in there own container. > > How do I check ArangoDB ? > > Is there an api call (arangojs)? > > To use "depends_on" with docker-compose is not sufficient... > > TIA > -- 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.
