Skip to content
forked from moov-io/infra

Infrastructure setup for OSS moov.io and Moov Financial

License

Notifications You must be signed in to change notification settings

fauziyasin/infra

 
 

Repository files navigation

moov-io/infra

This repository holds the configurion for moov.io's infrastructure. If you believe you have identified a security vulnerability please responsibly report the issue as via email to [email protected]. Please do not post it to a public issue tracker.

GoDoc Build Status Apache 2 licensed

Links: Graphs | Logs | Metrics | Alerts

Project Goals

This project aims to be the structure and runtime for a fully automated hosting of moov.io services.

Getting started

To get started working on this project, pull down (git clone [email protected]:moov-io/infra) the source code and setup some tools: Golang, Terraform, kubectl, etc. The following list consists of all tools used and expected by the infra repository.

On macOS these tools can be installed with the following homebrew command:

$ brew install gpg2 jq make terraform go

The project has the following directories:

  • cmd/ - Various command line utilities used in this project and as tests
  • docs/ - Human readable documentation.
  • envs/
    • envs/oss - Our Open Source environment
  • images/ - Docker images we create and manage
  • lib/ - Shared (Kubernetes) resources across environments

Local Development

We support a local development environment to allow anyone the ability to run Moov's application stack locally on a machine. This currently requires a few tools to be installed, such as:

Testing

We run several kinds of tests against this repository. Linters/validators (over Kubernetes, Terraform, Prometheus configs) as well as Docker image builds. To run all these:

$ make test

Note: To run these tests you need Docker installed.

Runbooks

Getting Help

channel info
Twitter @moov You can follow Moov.io's Twitter feed to get updates on our project(s). You can also tweet us questions or just share blogs or stories.
GitHub Issue If you are able to reproduce a problem please open a GitHub Issue under the specific project that caused the error.
moov-io slack Join our slack channel to have an interactive discussion about the development of the project.

Contributing

Yes please! Please review our Contributing guide and Code of Conduct to get started!

License

Apache License 2.0 See LICENSE for details.

About

Infrastructure setup for OSS moov.io and Moov Financial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 34.0%
  • HCL 33.6%
  • Go 18.8%
  • Makefile 6.7%
  • HTML 3.9%
  • Dockerfile 3.0%