github.com/hernad/nomad@v1.6.112/ui/app/utils/styleguide/product-metadata.js (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 export default [ 7 { 8 name: 'Nomad', 9 lang: 'golang', 10 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.', 11 link: 'https://www.nomadproject.io/', 12 }, 13 { 14 name: 'Terraform', 15 lang: 'golang', 16 desc: 'Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.', 17 link: 'https://www.terraform.io/', 18 }, 19 { 20 name: 'Vault', 21 lang: 'golang', 22 desc: 'A tool for secrets management, encryption as a service, and privileged access management', 23 link: 'https://www.vaultproject.io/', 24 }, 25 { 26 name: 'Consul', 27 lang: 'golang', 28 desc: 'Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.', 29 link: 'https://www.consul.io/', 30 }, 31 { 32 name: 'Vagrant', 33 lang: 'ruby', 34 desc: 'Vagrant is a tool for building and distributing development environments.', 35 link: 'https://www.vagrantup.com/', 36 }, 37 { 38 name: 'Packer', 39 lang: 'golang', 40 desc: '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 ];