1.1.0 • Published 1 year ago

microservice-constructor v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

microservice-constructor

This program generates parts of microservice-based web-app, which include:

  • kubernetes configuration files for microservices, databases, API gateways and message brokers;
  • configuration files for CI/CD;
  • parts of code of microservices.

Installation

Windows

Download archive with executable file here and unzip it.

Linux

Download archive with deb package here and unzip it. Use apt to install it:

$ sudo apt install ./microservice-constructor_1.0.13.deb

Usage

Firstly, create here and export configuration for your project.

Then run console app to generate project. Enter path to configuration file as "source" argument and folder for generating project as "target" argument:

$ microservice-constructor --source=./config.json --target=./project-dir

After that enter requested values and wait for project generation.