Hi, have a look at: https://github.com/arangodb/arangojs
If you deploy your node service with another docker container. You need to make sure you're able to talk to the ArangoDB coordinators from your node application, so you need to properly configure firewalls and routhing. The best way to check tcp connectivity is to use netcat or telnet to talk to ArangoDB. Cheers, Willi On Monday, July 18, 2016 at 8:50:08 AM UTC+2, Lalit Kumar wrote: > > I have installed DC/OS on AWS with cloud formation. I have also Arangodb > as service in it and working fine. > > How can I user arangodb service in my node js project? How I get its > actual host and IP address for same? > > I have used arangodb normally which installed on AWS EC2. Now I want to > replace it with new one arangodb service with cluster feature. > > Thanks > -- 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.
