Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Microbule/microbule

A lightweight microservices framework for Java!
https://github.com/Microbule/microbule

apache-cxf apache-karaf cdi circuit-breaker cxf gson java java-8 jax-rs karaf microservice microservice-framework osgi osgi-services rest spring springframework

Last synced: about 1 month ago
JSON representation

A lightweight microservices framework for Java!

Awesome Lists containing this project

README

        

# Microbule

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.microbule/microbule-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.microbule/microbule-parent)
[![Javadocs](https://javadoc.io/badge/org.microbule/microbule-parent.svg)](https://javadoc.io/doc/Microbule/microbule)
[![Build Status](https://travis-ci.org/Microbule/microbule.svg?branch=master)](https://travis-ci.org/Microbule/microbule)
[![Quality Gate](https://sonarqube.com/api/badges/gate?key=org.microbule:microbule-parent)](https://sonarqube.com/dashboard?id=org.microbule%3Amicrobule-parent)
[![Coverage](https://sonarqube.com/api/badges/measure?key=org.microbule:microbule-parent&metric=coverage)](https://sonarqube.com/dashboard?id=org.microbule%3Amicrobule-parent)
[![Tech Debt](https://sonarqube.com/api/badges/measure?key=org.microbule:microbule-parent&metric=sqale_debt_ratio)](https://sonarqube.com/dashboard?id=org.microbule%3Amicrobule-parent)
[![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Gitter chat](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/Microbule/Lobby)

Microbule provides a framework for developing [Microservices](http://www.martinfowler.com/articles/microservices.html)
quickly and easily! Services are written using the standard
[Java API for RESTful Services](https://jax-rs-spec.java.net/) (JAX-RS).

## Table of Contents

- [Documentation](#documentation)
- [Building](#building-microbule)
- [Support](#support)
- [Community](#community)
- [Contributing](#contributing)
- [License](#license)
- [What's in a Name?](#whats-in-a-name)

## Documentation

Visit our [Documentation](https://microbule.github.io/microbule/)!

## Building Microbule

1. Clone the Git repository from GitHub:

```text
git clone [email protected]:Microbule/microbule.git
```

2. Build Microbule Using [Apache Maven](http://maven.apache.org):

```text
mvn clean install
```

## Support

Please [open an issue](https://github.com/Microbule/microbule/issues/new) for support.

## Community

Please join us on [Gitter](https://gitter.im/Microbule/Lobby)!

## Contributing

Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/Microbule/microbule/compare).

## License

Microbule is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).

## What's in a Name?

A "microbule" is a unit of length used in Marvel's
[Guardians of the Galaxy](http://marvel.com/characters/70/guardians_of_the_galaxy) movie (the lineup scene). Microbule strives to be the
microservices framework that the others will try to measure up to!