Trust configuration access

Trust is a hierarchical read-only database engine which can be used locally or remotely through REST to access hierarchies stored in plain text files or in a MongoDB database. While users and groups can be used to limit access to specific parts of the hierarchy, Trust also monitors access to sensitive data in order to provide audit capabilities. Trust is ideally used to store configuration and describe infrastructure.

You can use the following form to query the demo data and watch how Trust responds. Make sure you look at the data itself. To get some inspiration, you may also use the templates available below the form.

Type a query to see the results or click on one of the examples below
{% for name, illustration in illustrations %} {{ illustration.summary | capitalize }} {{ illustration.query }} {% if not illustration.user and not illustration.password %} guest {% else %} {{ illustration.user }}:{{ illustration.password }} {% endif %} {% endfor %}
{{ documentation|safe }}