Command Line Interface for the Minos framework
Project description
Minos CLI: Minos' microservices up and running
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
- If you happen to find a bug, please file a new issue filling the 'Bug report' template.
- Set the appropriate labels, so we can categorise it easily.
- Wait for any core developer's feedback on it.
Submit a Pull Request
- Create an issue following the previous steps.
- Fork the project.
- Push your changes to a local branch.
- Run the tests!
- Submit a pull request from your fork's branch.
License
This project is distributed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4b97f7499bd19fb39d95e323c07c7c9d6d44129f39bba41a633a6535decce65 |
|
MD5 | c9775789f2a98210358869725702d1a9 |
|
BLAKE2b-256 | 567a0f26b16d69602e57795c862359584483ef9b51abf3bdc027d36b2e9e4e23 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa403c0eff2047ed796c547039e618bbedbdfbbcc94d4d2f81835c640435ac20 |
|
MD5 | 84e9af51294589e8f18aee83ecd80ff1 |
|
BLAKE2b-256 | 1758d04dfe1532d113acbb5c0f2e292b4d756445cdfdd7990e19f7f6d5694c1b |