Hi, I can only reply on fuerte. Fuerte is used nowadays as backend and base communication layer to arangosh - and can speak all modes of transport that arangodb understands.
The .js wrappers can be found here: https://github.com/arangodb/arangodb/blob/devel/arangosh/Shell/V8ClientConnection.cpp https://www.arangodb.com/docs/stable/http/index.html explains the more general API - and as linked the swagger UI in the arangodb web interface can be used to explore the API interactively using curl. We have several users in the arangodb community slack that are attempting to use fuerte for their applications. Cheers, Willi On Saturday, August 20, 2016 at 7:08:48 PM UTC+2, じょいすじょん wrote: > > Has anyone tried embedding ArangoDB in a macOS Cocoa app? > > Presumably it might be more sensible to just build an Objective-C driver > with a module map so it can bridge to Swift as well. > Another alternative might be loading the JavaScript driver into a > JSContext and working with it from there. > > I'm curious if anybody has worked on any of these 3 things and if so, if > they can share any insights. > > Thanks, > John Joyce > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/arangodb/769e63e9-c56b-459c-860e-836c7b918d42%40googlegroups.com.
