-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [x] 3.3
Mode:
- [x] Single-Server
Storage-Engine:
- [x] rocksdb
On this operating syst…
-
I am using node js server side. |
I want to store value in edgeCollection whenever We are storing any value in an particular collection.
It was working in AurangoDB 2.8 version but getting iss…
-
![image](https://cloud.githubusercontent.com/assets/308072/13191500/ca9c6d8e-d729-11e5-816d-079e6d7214ed.png)
"Signal" bars from:
![image](https://cloud.githubusercontent.com/assets/308072/13191517/f…
-
Would love to have a set of icons similar to the Bluetooth icons, but with a picture of a scanner. Scanner connected, connecting, disconnected.
-
Trying out edge collections..can someone help me with it
```js
// ## Assigning the values
const arangojs = require('arangojs');
const aqlQuery = arangojs.aqlQuery;
const now = Date.now();
//…
-
Is there a way we can show play icon on top of image which actually are videos. https://codepen.io/anon/pen/eyMpMQ in this example 5th items is video and i want to show a play button on top of thumbn…
-
I'm using the latest ArangoDB of the respective release series:
- [x ] 3.3
### this is an AQL-related issue
With:
RETURN MERGE(
FOR u IN users
SORT u.birthyear DESC
RETURN {[u._key]…
-
I get this error as soon as I try to import AsynchNewStorage:
How do I fix this?
```
ERROR in ./~/node-localstorage/LocalStorage.js
Module not found: Error: Cannot resolve module 'fs' in /home…
-
I have been trying to get a query result from Arangodb in to my front end service(Angular 4) using soap message. I am able to get a result of the query but printed out in console.log. But how can I ge…
-
I currently work on a huge project that includes a lot of 100+ lined AQL queries. Since the AQL queries are executed in the database, I cannot throw any exceptions if conditions should cause one. Is t…