[arangodb-google] Re: Run Arangodb Docker image in Google Cloud

2020-09-04 Thread kmsz...@gmail.com
, and then keep on restarting. You need to stop it and remove the argument, then restart. Kieran On Friday, September 4, 2020 at 2:27:29 PM UTC+2 kmsz...@gmail.com wrote: > Hello, > > I have Arangodb running on a gcloud virtual machine. I have changed the > image to be used by gcloud t

[arangodb-google] Run Arangodb Docker image in Google Cloud

2020-09-04 Thread kmsz...@gmail.com
Hello, I have Arangodb running on a gcloud virtual machine. I have changed the image to be used by gcloud to the latest (3.7.2) but need to somehow add the '--server.auto-upgrade true'. Given gcloud uses the official Docker image & related ENTRYPOINT file, and there is no way to toggle the

[arangodb-google] Multiple database file design pattern

2020-08-24 Thread kmsz...@gmail.com
I would like to use a separate database file per client for an SaaS. I am using node-express as middleware. I am not using Foxx as Foxx cannot be segregated from the database file itself. Currently I am changing the database to use based on the user JWT token via a middleware function and the

[arangodb-google] Re: Ensuring data integrity with 1:n connections in arangodb (delete orphan vertex automatically)

2021-08-08 Thread kmsz...@gmail.com
Here is a suggestion: Don't make a separate token collection. Instead use a token object array within the User document and manage the token array with array functions. The overhead for tokens doesn't add any benefits. On Tuesday, July 13, 2021 at 10:09:03 AM UTC+2 do point wrote: >

[arangodb-google] Re: Stop ArangoDB server from Commandline

2021-11-02 Thread kmsz...@gmail.com
Try the web interface under: /Support/Rest APIs/Administration/delete ​/_admin​/shutdown Initiate shutdown sequence Or crtl+C from the terminal. On Tuesday, November 2, 2021 at

[arangodb-google] --web-interface.trusted-proxy

2023-09-28 Thread kmsz...@gmail.com
Hi, Does anyone know the use-case for this flag? I ask because I have ArangodDb running on Google Compute Engine and would like to use SSH to access the web interface for maintenance (rather than exposing a public ip address). I can access the web-interface via SSH Web Preview, but get a CORS

[arangodb-google] Use a traversal as a view for Arangodb search

2022-12-08 Thread kmsz...@gmail.com
I would like to create an Arangodb view V based on a traversal. The idea is I want to perform a search on the fields in a target collection T with the view V including some fields of a related collection R. I know they are related because of the results of a traversal. I would like to return

[arangodb-google] Combined INBOUND and OUTBOUND option

2024-03-21 Thread kmsz...@gmail.com
Is there anyway to combine the inbound and outbound traversal parameters into a single option? Now I need to run two separate queries whereas a single parameter would be more efficient. NOTE: ANY is not the same as INBOUND || OUTBOUND Thanks. -- You received this message because you are