What do you like best about Martini?
The key highlight of the Martini is
Easy to get started as almost all the preferences of IDE match with either IntelliJ and Eclipse so migration is pretty simple.
The creation of a simple service can be done without much coding knowledge. Content assign help with functionality and linking of input functional parameter is done via linking param on click of a mouse.
Properties tab provides configuration to mark the parameter as required or optional.
The run console already pops up with the parameter required for running service.
We have basically run a service without writing a single line of code.
JMS Listener endpoint invocating can be tested without worry about setting up broker/topic. Functionality is built into the application and we only to select/create a destination topic.
Creating rest endpoint to a definition its input/output definition along with type and doc information is very simple to expand/collapse-based form with sophisticated and easy to under.
Creating an HTTP client based on the definition of rest API is automated.
Security group and user functionality are also inbuilt to test various authentication like 0Auth 2.0 and basic.
The API generates a schema that can be imported in swagger, postman, and open API.
The various invocation on service can be tracker in tracker which when configured will capture each request's details about the sender, receiver, content type, etc.
The report can be generated out of the transaction in the tracker in either tabular or chart form for better visual representation.
Hardware recommendation from my end is min 4 core CPU with 12 GB of ram for seamless operation. Review collected by and hosted on G2.com.
What do you dislike about Martini?
There is no dislike as such as I am still exploring the application. However,
I would like to see tracker logs getting synced to ELK/Kibana from various microservices so that I can see a consolidated report getting generated out of the tracker in various systems.
Still getting used to the various shortcuts due to a large set of features. Review collected by and hosted on G2.com.