Rob Taylor
Rob Taylor
Per suggestion of @nabati I created a file in my `tools/merge-types.js` Pre-requisites: ```sh npm i -D glob minimist ``` `tools/merge-types.js` ```js const glob = require('glob') const path = require('path') const...
Here is a file I have created to convert structs to maps - https://gist.github.com/roboncode/d8592d3a6ca3704a92ff2c35baf8456a
I scaffolded out a simple working example of some of the functionality and a couple of unit test... ```ts // tslint:disable:no-expression-statement import { QueryBuilder } from './lib/query'; import { Database,...
Experimenting with a new AQL query builder. This will allow for guided auto-completion when building a query. Here is an early example of a graph query and AQL output... ```ts...
@maku Thanks, I am going to break out certain parts into their own repos to allow for: 1) Use in other libraries or as a standalone in order to use...
Orango 1.0 is fully capable of handling most needs. So don't wait for Orango 2.0 before getting into it. :)
I have neglected this project for about a year now. I marked it in the readme as inactive. It is true that I am using it in a production project....
I have not been impressed with ArangoSearch. It is a weak alternative to ElasticSearch. I need to review the alternative projects out there and see if there is anything that...
Yeah I will work on upgrading it. Rob On Thu, Sep 5, 2019 at 1:17 AM Anh Tu Nguyen wrote: > Hi @roboncode , > > Currently, with ArangoDB 3.5...
Would be nice to support migrations.