Questions tagged [arangodb]

ArangoDB stands apart as a cutting-edge NoSQL database, boasting a versatile data model tailored to accommodate a range of structures including documents, graphs, and key-value collections.

Using a single database for managing authentication across various websites

I'm new to setting up websites this way and could really use some advice on my unique situation. Here's the setup: I have two separate websites, WS1 & WS2, each with their own domain names. Both sites point to the same IP address using ngi ...

Leveraging ArangoJS Driver within an Angular2 web platform

Currently, I am in the process of working on a project that involves Angular2 and Typescript (v1.8.10). Our aim is to incorporate data from an ArangoDB database into the web application. Ideally, I would like to utilize the arangojs driver for this task. H ...

What is the procedure for adding Date to ArangoDB?

I am struggling to comprehend the date storage format used by ArangoDB. I made an attempt to insert a date using the following format: {"name": "vasia", "date": date("2013-01-15")} std.json.JSONException@C:vibe-d-0.7.24sourcevibedatajson.d(1116): (1 ...

Enhanced coding experience with JavaScript completion and ArangoDB module management

Exploring New Horizons After more than a decade of using Eclipse for Java development, I have decided to delve into the realms of javascript and arangodb due to high demand. My current task involves developing multiple microservices to run within arangodb ...