xarango
xarango copied to clipboard
Elixir driver for ArangoDB
Could you let me know how I can support/add my own trusted CA?
JSON decoding is currently done using `keys: :atoms` which is a bit problematic, since we have dynamic keys in some instances so the number of atoms is not bounded. From...
9) test execute transaction (TransactionTest) test/transaction_test.exs:18 ** (Xarango.Error) unknown path '/_api/transaction/' code: result = %Transaction{ collections: %{}, action: "function(){return \"Hello\"}" } |> Transaction.execute stacktrace: (xarango) lib/xarango/util.ex:80: Xarango.Util.do_error/1 (xarango) lib/xarango/transaction.ex:28: Xarango.Transaction.execute/2...
Any plan to add [Bulk Import / Export](https://docs.arangodb.com/3.1/HTTP/BulkImports/)? I have around 300,000 documents to insert into a collection. And according to the `:timer.tc` output, each individual document create now takes...
`WITHIN` and `NEAR` support for geo indexed collections.
Hi! Are you planning to add License?