Skip to main content

Command Line Interface for the Minos framework

Project description

Minos logo

Minos CLI: Minos' microservices up and running

PyPI Latest Release GitHub Workflow Status License Coverage Stack Overflow Gitter

Summary

Minos CLI is a command line tool that helps you create and deploy Minos' microservices. Through its simple command structure, you'll get your microservices up and running as fast as you've coded your business logic.

Quickstart

First, we need to create a project to host our microservices

minos new project testproject
cd testproject/

Our project has dependencies from services that we need to set

minos set database postgres
minos set broker kafka
minos set discovery minos
minos set api-gateway minos

Once we've the dependencies set, the project is ready to get a new microservice!

minos new microservice testmicroservice

It's time to deploy our system

docker-compose up -d

You can test the default endpoints through the api-gateway using

curl localhost:5566/testmicroservices
curl -X POST localhost:5566/testmicroservices

Time to start coding! Yes, already!

Documentation

Coming soon...

Source Code

The source code of this project is hosted at GitHub Repository.

Getting Help

For usage questions, the best place to go to is StackOverflow.

Discussion and Development

Most development discussions take place over the GitHub Issues . In addition, a Gitter channel is available for development-related questions.

How to contribute

We are looking forward to having your contributions. No matter whether it is a pull request with new features, or the creation of an issue related to a bug you have found.

Please consider these guidelines before you submit any modification.

Create an issue

  1. If you happen to find a bug, please file a new issue filling the 'Bug report' template.
  2. Set the appropriate labels, so we can categorise it easily.
  3. Wait for any core developer's feedback on it.

Submit a Pull Request

  1. Create an issue following the previous steps.
  2. Fork the project.
  3. Push your changes to a local branch.
  4. Run the tests!
  5. Submit a pull request from your fork's branch.

License

This project is distributed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minos-cli-0.4.0.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

minos_cli-0.4.0-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file minos-cli-0.4.0.tar.gz.

File metadata

  • Download URL: minos-cli-0.4.0.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.12 Linux/5.13.0-1022-azure

File hashes

Hashes for minos-cli-0.4.0.tar.gz
Algorithm Hash digest
SHA256 b4b97f7499bd19fb39d95e323c07c7c9d6d44129f39bba41a633a6535decce65
MD5 c9775789f2a98210358869725702d1a9
BLAKE2b-256 567a0f26b16d69602e57795c862359584483ef9b51abf3bdc027d36b2e9e4e23

See more details on using hashes here.

File details

Details for the file minos_cli-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: minos_cli-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.12 Linux/5.13.0-1022-azure

File hashes

Hashes for minos_cli-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aa403c0eff2047ed796c547039e618bbedbdfbbcc94d4d2f81835c640435ac20
MD5 84e9af51294589e8f18aee83ecd80ff1
BLAKE2b-256 1758d04dfe1532d113acbb5c0f2e292b4d756445cdfdd7990e19f7f6d5694c1b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page