Hi Alan,

How do you render AQL output in the browser ?

Read the documentation... getting the general idea but unable to connect 
the dots without web app tutorial for ArangoDB

For example : do we need arango.js to connect to Foxx API with node.js ?

Say we store this collection in ArangoDB : cats, dogs, birds

Now we want to render these three items in the user terminal as an ordered 
list

So we want to connect to ArangoDB, select collection, apply AQL and get 
data in JSON format, put the three items in the right order, 

and finally render the list in the browser without  [ {   } ]

How do you glue this together ?


-- 
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.

Reply via email to