github.com/manicqin/nomad@v0.9.5/ui/app/utils/styleguide/product-metadata.js (about)

     1  export default [
     2    {
     3      name: 'Nomad',
     4      lang: 'golang',
     5      desc:
     6        '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.',
     7      link: 'https://www.nomadproject.io/',
     8    },
     9    {
    10      name: 'Terraform',
    11      lang: 'golang',
    12      desc:
    13        'Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.',
    14      link: 'https://www.terraform.io/',
    15    },
    16    {
    17      name: 'Vault',
    18      lang: 'golang',
    19      desc:
    20        'A tool for secrets management, encryption as a service, and privileged access management',
    21      link: 'https://www.vaultproject.io/',
    22    },
    23    {
    24      name: 'Consul',
    25      lang: 'golang',
    26      desc:
    27        'Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.',
    28      link: 'https://www.consul.io/',
    29    },
    30    {
    31      name: 'Vagrant',
    32      lang: 'ruby',
    33      desc: 'Vagrant is a tool for building and distributing development environments.',
    34      link: 'https://www.vagrantup.com/',
    35    },
    36    {
    37      name: 'Packer',
    38      lang: 'golang',
    39      desc:
    40        'Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.',
    41      link: 'https://www.packer.io/',
    42    },
    43  ];