Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

I'm using arangoexport to export data with a complex AQL After the export takes more than 20min, after 1200 seconds the tool exits with a timeout error. So I added the parameter --server.request-...
Frank Leverenz's user avatar
0 votes
0 answers
46 views

ArangoDB is executed in a docker environment and an init script is provided successfully. It is executed at startup of ArangoDB. This script is executed without errors in any case (see log at bottom). ...
ich's user avatar
  • 147
0 votes
1 answer
36 views

I'm using arangoexport with parameters --custom-query-file --custom-query-bindvars on a windows batch file, but always get the error FATAL {bench} For flag '--custom-query-bindvars {'myvarname': '...
Frank Leverenz's user avatar
0 votes
0 answers
41 views

I'm trying to run an older version of ArangoDB (3.11.14) and I followed a tutorial to host a server using Docker on a Linux VM. I was able to get the server hosted, but the localhost address doesn't ...
최규빈's user avatar
1 vote
1 answer
65 views

The AQL query below inserts the object {title: "c"} twice in collection_2. However, I want to scope the FOR loop so that the second INSERT is only executed once. How can that be done? ...
kvdmolen's user avatar
  • 193
0 votes
1 answer
28 views

I think conceptually what I'm trying to do is very logical and straightforward. But I haven't been able to figure out a way to do this. Using arangodb 3.12.4 If I have a document like: product: ...
TeabagD's user avatar
  • 701
0 votes
1 answer
47 views

I'm trying to write an AQL on a collection. The collection has the timestamp fields since and until, and a name for each document. The documents will need to be sorted by until. Along the way the name ...
Gary Gendel's user avatar
0 votes
0 answers
37 views

We are testing a very large depth tree with ArangoDB. It's loaded up in docker using the latest arangodb-instance image. A tree with 1,000,000 nodes and 1,000,000 edges has been uploaded. It is set ...
Thomas Lynema's user avatar
0 votes
2 answers
39 views

I'm working with the following query: FOR book IN books FOR summary IN summaries FILTER book._key == summary._key FILTER summary.title !=""...
Naatan's user avatar
  • 3,469
0 votes
1 answer
65 views

As part of my pet project, I've been using ElasticSearch for a while to store some of my entities and allow users some, I would say, decent search capabilities. I wanted to migrate from Elastic as I'...
Ivan Clavijos's user avatar
1 vote
1 answer
87 views

I'm struggeling with something that is perhaps very simple: I have an array of objects, where each object is Date+Value. Using AQL I want to add a new date+value object to the array if it does not ...
specimen's user avatar
  • 1,765
0 votes
1 answer
530 views

I have a backend I am trying to setup in docker compose, made of two services: An arangoDB container A Golang API, that depends on the arangoDB container being started and seeded with the new ...
Xonu's user avatar
  • 661
0 votes
0 answers
52 views

I've got ArangoDb running in Docker like this: docker run -e ARANGO_NO_AUTH=1 -p 8529:8529 -d -v C:\Programming\xxx\arangodb:/var/lib/arangodb3 arangodb And I'm connecting to it using ...
specimen's user avatar
  • 1,765
0 votes
1 answer
50 views

I have a graph with the following structure --- title: TEST GRAPH --- erDiagram PROPERTIES ||--|{ APPLIANCES : contains PROPERTIES ||--|{ SERVICES : provides I would like to output in a ...
Enrico Di Marco's user avatar
0 votes
1 answer
51 views

Is it possible to dynamically construct a WITH statement? I have to do a graph traversal, but I don't know in advance which collections contain the graph nodes. I have tried to create the statement ...
Milko's user avatar
  • 43

15 30 50 per page
1
2 3 4 5
131