{{ range $name, $data := site.Data.backends }} {{ end }}
Backend Tier Maintainers Features Tests Integrity Perf Adoption Docs Security
{{ $data.name }} {{ partial "tier.html" (dict "name" $name "align" false) }} {{ $data.maintainers | default "-" }} {{ $data.features_score | string | default "-" }} {{ if eq $data.integration_tests "Passing" }}✔{{ else }}✖{{ end }} {{ $data.integration_tests | default "-" }} {{ $data.data_integrity | default "-" }} {{ $data.performance | default "-" }} {{ $data.adoption | default "-" }} {{ $data.docs | default "-" }} {{ $data.security | default "-" }}