Hacker Newsnew | past | comments | ask | show | jobs | submit | mihailovi4's commentslogin

Nice.

> dcos package install --options=config.json arangodb

Deployment with a single command is fine, but what does the config.json look like?


Disclaimer: One of the ArangoDB developers here. As published in the white paper, here it is:

    ```{ "arangodb": {
        "async-replication": true,
        "nr-dbservers": 80,
        "nr-coordinators": 80,
        "framework-cpus": 0.5,
        "role": "arangodb",
        "principal": "pri",
        "minimal-resources-agent": "mem(*):512;cpus(*):0.5;disk(*):512",
        "minimal-resources-dbserver": "mem(*):8192;cpus(*):3;disk(*):8192",
        "minimal-resources-secondary": "mem(*):8192;cpus(*):1;disk(*):8192",
        "minimal-resources-coordinator": "mem(*):8192;cpus(*):3;disk(*):8192",
        "secondaries-with-dbservers": true,
        "docker-image": "arangodb/arangodb-mesos:devel"
      }
    }```


TL; but worth to read.

I guess in real aircraft fleet maintenance it's still a relational database and lot's of logic / aggregation in the application. But I see some ad-hoc queries that I might want to fire against the DB that would work with AQL but might need some scripting in a single model implementation. Nice.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: