github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/utils/styleguide/product-metadata.js (about)

     1  export default [
     2    {
     3      name: 'Nomad',
     4      lang: 'golang',
     5      desc: 'Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications.',
     6      link: 'https://www.nomadproject.io/',
     7    },
     8    {
     9      name: 'Terraform',
    10      lang: 'golang',
    11      desc: 'Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.',
    12      link: 'https://www.terraform.io/',
    13    },
    14    {
    15      name: 'Vault',
    16      lang: 'golang',
    17      desc: 'A tool for secrets management, encryption as a service, and privileged access management',
    18      link: 'https://www.vaultproject.io/',
    19    },
    20    {
    21      name: 'Consul',
    22      lang: 'golang',
    23      desc: 'Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.',
    24      link: 'https://www.consul.io/',
    25    },
    26    {
    27      name: 'Vagrant',
    28      lang: 'ruby',
    29      desc: 'Vagrant is a tool for building and distributing development environments.',
    30      link: 'https://www.vagrantup.com/',
    31    },
    32    {
    33      name: 'Packer',
    34      lang: 'golang',
    35      desc: 'Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.',
    36      link: 'https://www.packer.io/',
    37    },
    38  ];