Skip to content

A rust tool used to help manage complex projects using docker compose and git submodules

License

Notifications You must be signed in to change notification settings

xN4P4LM-org/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP]- Use at your own risk | tools (Your modern Microservices Companion!)

Build | Test


Overview

This project was inspired by all the various shell, python, make, and other scripts needed to orchestrate a microservices and similarly large containerized project.

The goal of this project is to provide a single customizable tool that can be used to orchestrate the various tasks needed to develop, build, and support your microservices project.

Table of Contents

Current Features

  • Initialize a project
    • Currently only supports getting the submodule for an existing project

Planned Features

  • Initializing a project:
    • Support to create a new project from scratch
    • Encourage the use of a template repository to ensure consistency across projects
  • Service management:
    • Support to create a new service in a project
    • Encourage the use of a template repository to ensure consistency across projects
    • Encourage the creation of a new template repository if one does not exist
  • Development environment:
    • Manage bringing up and down a local development environment using docker-compose

Would be nice to have features

  • Development environment:
    • Manage bringing up and down a local development environment using minikube or similar
  • In-situ development environment:
    • Manage the creation of a development environment using terraform or similar
    • Manage the configuration of a development environment using ansible or similar
    • Manage the deployment of a development environment using helm or similar

Requirements

Required software to run these tools:

  • Git with support for git submodule
  • Docker or compatible container enging with support for Docker Compose

Optional software to run these tools:

  • GitHub CLI - gh - can be avoided by providing a GitHub token in the config.yaml file
    • Used to enable the following functionality:

if using a token, it must have the following permissions:

  • repo: read - if creating a repository from a template
  • repo: read and write - if creating a repository from scratch

Usage

tools [FLAGS] [SUBCOMMAND] [OPTIONS]

Required software to develop this project:

  • Rust - cargo - Rustup
  • Git with support for git submodule - Git
  • Docker or compatible container enging with support for Docker Compose - Docker

About

A rust tool used to help manage complex projects using docker compose and git submodules

Topics

Resources

License

Stars

Watchers

Forks

Languages