Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Adjust acronym
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Apr 25, 2024
1 parent 924feca commit cb5e3fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
[![Continuous Integration](https://github.com/floriandejonckheere/mosaik/actions/workflows/ci.yml/badge.svg)](https://github.com/floriandejonckheere/mosaik/actions/workflows/ci.yml)
![Release](https://img.shields.io/github/v/release/floriandejonckheere/mosaik?label=Latest%20release)

Modular Optimization to Service-oriented Architecture Implementation Kit (MOSAIK)
Modular Optimization to Service-oriented Architecture Identification Kit (MOSAIK)

MOSAIK is an automated toolkit for software architects and developers to convert monolithic applications into service-oriented architectures.
It provides a set of tools to analyze, extract, and refactor monolithic applications into modular monoliths or microservices.
MOSAIK is a toolkit for software architects and developers to convert monolithic applications into service-oriented architectures.
It analyzes, extracts information, identifies suitable service candidates in monolith codebases using advanced technologies and machine learning.

## Prerequisites

Expand Down Expand Up @@ -57,15 +57,15 @@ $ mosaik extract --help

### Identify

The `identify` command identifies microservice candidates within the monolithic application.
The `identify` command identifies service candidates in the monolithic application.

```bash
$ mosaik identify --help
```

### Evaluate

The `evaluate` command analyzes the given microservices architecture, and evaluates the quality.
The `evaluate` command analyzes the given service candidates, and evaluates the quality of the decomposition.

```bash
$ mosaik evaluate --help
Expand Down
2 changes: 1 addition & 1 deletion mosaik.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Florian Dejonckheere"]
spec.email = ["[email protected]"]

spec.summary = "Modular Optimization to Service-oriented Architecture Implementation Kit"
spec.summary = "Modular Optimization to Service-oriented Architecture Identification Kit"
spec.description = "Toolkit for converting monolithic applications into modular, service-oriented architectures."
spec.homepage = "https://github.com/floriandejonckheere/mosaik"
spec.license = "MIT"
Expand Down

0 comments on commit cb5e3fe

Please sign in to comment.